From bf204441a2aa5d7c1b76532a4d3a94ba990e2c3b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 14 Oct 2016 11:11:56 +0200 Subject: [PATCH] Make smartparens demanded MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way it actually works… --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 7efb94c..3d6ecf1 100644 --- a/init.el +++ b/init.el @@ -308,6 +308,7 @@ (use-package smartparens-config :ensure smartparens + :demand :config (show-smartparens-global-mode t) (add-hook 'prog-mode-hook