demand smartparens so it works at startup

This commit is contained in:
Ivan Malison 2016-04-05 12:22:57 -07:00
parent 45c7bdc7b7
commit 20c4da57c6

View File

@ -587,6 +587,7 @@ buffer is not visiting a file."
(setq paradox-execute-asynchronously t)))
(use-package smartparens
:demand t
:bind (:map smartparens-mode-map
("C-)" . sp-forward-slurp-sexp)
("C-}" . sp-forward-barf-sexp)