Autoload smartparens commands
Turns out I *do* need these!
This commit is contained in:
parent
980f5e470b
commit
b4a7e5348a
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ fundamental-mode) for performance sake."
|
||||||
;; Auto-close delimiters and blocks as you type
|
;; Auto-close delimiters and blocks as you type
|
||||||
(def-package! smartparens
|
(def-package! smartparens
|
||||||
:defer doom-before-switch-buffer-hook
|
:defer doom-before-switch-buffer-hook
|
||||||
|
:commands (sp-pair sp-local-pair sp-with-modes)
|
||||||
:config
|
:config
|
||||||
(require 'smartparens-config)
|
(require 'smartparens-config)
|
||||||
(setq sp-highlight-pair-overlay nil
|
(setq sp-highlight-pair-overlay nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue