mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Load smartparens a little sooner (fix sp-with-modes error)
This commit is contained in:
@ -132,7 +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 doom-before-switch-buffer-hook
|
:defer pre-command-hook
|
||||||
: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