commit 843856e9fbedb0eb67dfbeb57aec4524afdda3bd
parent 257908c25366ef5d59c4b3b7976f9baa4e025015
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 21 Jun 2018 10:29:00 +0200
Allow adding new list items with RET in markdown-mode
Thus making my recent PR pointless. Ah well.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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