Ensure paren isn't loaded at startup

post-command-hook would trigger too soon, for some reason.
This commit is contained in:
Henrik Lissner 2018-06-25 15:47:29 +02:00
parent b3fa3cda28
commit 1d7782aea3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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