This commit is contained in:
Henrik Lissner 2015-05-03 01:49:17 -04:00
parent c70021d350
commit d0cc583e19
5 changed files with 19 additions and 14 deletions

View file

@ -6,9 +6,10 @@
:commands (rotate-word-at-point rotate-region))
(use-package smartparens
:init (require 'smartparens-config)
:config
(progn
(require 'smartparens-config)
(smartparens-global-mode 1)
(setq blink-matching-paren t)