diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-06-21 10:29:00 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-06-21 10:29:00 +0200 |
| commit | 843856e9fbedb0eb67dfbeb57aec4524afdda3bd (patch) | |
| tree | 6824a7df9c9fee2edcc3dbc9ea150a848506670b | |
| parent | 257908c25366ef5d59c4b3b7976f9baa4e025015 (diff) | |
| download | dotfiles-843856e9fbedb0eb67dfbeb57aec4524afdda3bd.tar.xz | |
Allow adding new list items with RET in markdown-mode
Thus making my recent PR pointless. Ah well.
| -rw-r--r-- | .emacs-custom.el | 1 |
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 |
