Defer loading of smartparens

This commit is contained in:
syl20bnr 2014-08-31 13:00:57 -04:00
parent 74b132bba1
commit 7c0e211b66

View file

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