Minor, general refactor & comment updates

This commit is contained in:
Henrik Lissner 2017-12-31 23:18:07 -05:00
parent 2c2030b583
commit eef6ed3d11
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 5 additions and 5 deletions

View file

@ -168,8 +168,8 @@ extension, try to guess one."
;; Auto-close delimiters and blocks as you type
(def-package! smartparens
:hook (doom-init . smartparens-global-mode)
:config
(add-hook 'doom-init-hook #'smartparens-global-mode)
(require 'smartparens-config)
(setq sp-autowrap-region nil ; let evil-surround handle this