Revert smartparens deferral until first before-switch-buffer
This commit is contained in:
parent
18e6a6b1db
commit
4734d55edc
1 changed files with 1 additions and 2 deletions
|
@ -132,8 +132,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 pre-command-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