forked from colonelpanic/dotfiles
demand smartparens so it works at startup
This commit is contained in:
parent
45c7bdc7b7
commit
20c4da57c6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user