Autoload smartparens commands

Turns out I *do* need these!
This commit is contained in:
Henrik Lissner 2018-05-16 00:58:03 +02:00
parent 980f5e470b
commit b4a7e5348a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -133,6 +133,7 @@ fundamental-mode) for performance sake."
;; Auto-close delimiters and blocks as you type
(def-package! smartparens
:defer doom-before-switch-buffer-hook
:commands (sp-pair sp-local-pair sp-with-modes)
:config
(require 'smartparens-config)
(setq sp-highlight-pair-overlay nil