Ensure paren isn't loaded at startup
post-command-hook would trigger too soon, for some reason.
This commit is contained in:
parent
b3fa3cda28
commit
1d7782aea3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue