Add smartparens to markdown mode hook

This commit is contained in:
syl20bnr 2014-08-31 17:30:59 -04:00
parent 0245d6dfad
commit 4441aed29a

View file

@ -1,6 +1,7 @@
(use-package smartparens-config
:commands smartparens-mode
:init
(add-to-hooks 'smartparens-mode '(prog-mode-hook
erlang-mode-hook
(add-to-hooks 'smartparens-mode '(erlang-mode-hook
markdown-mode-hook
prog-mode-hook
)))