mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Revert smartparens deferral until first before-switch-buffer
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user