Autoload smartparens library

This commit is contained in:
Henrik Lissner 2018-05-15 22:07:44 +02:00
parent 7c97fd3c73
commit 8428a7a4ef
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 pre-command-hook
:commands (sp-pair sp-local-pair sp-with-modes)
:config
(require 'smartparens-config)
(setq sp-highlight-pair-overlay nil