diff options
Diffstat (limited to '.emacs-custom.el')
| -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 |
