Fix smartparens config

This commit is contained in:
Gergely Polonkai 2016-10-14 15:31:34 +02:00
parent 6d8a039dd8
commit 91738ad4e6
1 changed files with 2 additions and 2 deletions

View File

@ -293,8 +293,8 @@
:bind
(("C-x M-a" . helm-ag)))
(use-package smartparens-config
:ensure smartparens
(use-package smartparens
:ensure t
:demand
:config
(show-smartparens-global-mode t)