mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
(def-package! paren
|
||||
:after-call post-command-hook
|
||||
:after-call (after-find-file doom-before-switch-buffer-hook)
|
||||
:config
|
||||
(setq show-paren-delay 0.1
|
||||
show-paren-highlight-openparen t
|
||||
|
Reference in New Issue
Block a user