From 843856e9fbedb0eb67dfbeb57aec4524afdda3bd Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 21 Jun 2018 10:29:00 +0200 Subject: Allow adding new list items with RET in markdown-mode Thus making my recent PR pointless. Ah well. --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3