From 20c4da57c6f0521df81cd7850cece952d3b869e4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 5 Apr 2016 12:22:57 -0700 Subject: [PATCH] demand smartparens so it works at startup --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index bc45310a..c2f49265 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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)