summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-06-21 10:29:00 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-06-21 10:29:00 +0200
commit843856e9fbedb0eb67dfbeb57aec4524afdda3bd (patch)
tree6824a7df9c9fee2edcc3dbc9ea150a848506670b /.emacs-custom.el
parent257908c25366ef5d59c4b3b7976f9baa4e025015 (diff)
downloaddotfiles-843856e9fbedb0eb67dfbeb57aec4524afdda3bd.tar.xz
Allow adding new list items with RET in markdown-mode
Thus making my recent PR pointless. Ah well.
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 2a8c353..8072b77 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -39,6 +39,7 @@
'(markdown-command "pandoc -s")
'(markdown-enable-math t)
'(markdown-header-scaling t)
+ '(markdown-indent-on-enter 'indent-and-new-item)
'(menu-bar-mode nil)
'(minibuffer-depth-indicate-mode t)
'(package-archives