Add markdown-toc mode

This commit is contained in:
syl20bnr 2014-09-21 21:42:58 -04:00
parent 64bcd516ee
commit 1ab1d17ce4

View file

@ -75,6 +75,7 @@
less-css-mode
magit
markdown-mode
markdown-toc
monokai-theme
move-text
multi-term
@ -1142,6 +1143,10 @@ which require an initialization must be listed explicitly in the list."
(use-package markdown-mode
:mode ("\\.md" . markdown-mode)))
(defun spacemacs/init-markdown-toc ()
(use-package markdown-toc
:defer t))
(defun spacemacs/init-move-text ()
(use-package move-text
:defer t