mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Ensure paren isn't loaded at startup
post-command-hook would trigger too soon, for some reason.
This commit is contained in:
@ -310,7 +310,7 @@ DEFAULT is non-nil, set the default mode-line for all buffers."
|
|||||||
|
|
||||||
;; highlight matching delimiters
|
;; highlight matching delimiters
|
||||||
(def-package! paren
|
(def-package! paren
|
||||||
:after-call post-command-hook
|
:after-call (after-find-file doom-before-switch-buffer-hook)
|
||||||
:config
|
:config
|
||||||
(setq show-paren-delay 0.1
|
(setq show-paren-delay 0.1
|
||||||
show-paren-highlight-openparen t
|
show-paren-highlight-openparen t
|
||||||
|
Reference in New Issue
Block a user