mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
(def-package! smartparens
|
||||
:defer pre-command-hook
|
||||
:commands (sp-pair sp-local-pair sp-with-modes)
|
||||
:defer doom-before-switch-buffer-hook
|
||||
:config
|
||||
(require 'smartparens-config)
|
||||
(setq sp-highlight-pair-overlay nil
|
||||
|
Reference in New Issue
Block a user