Enable highlight-parentheses in minibuffer.

This commit is contained in:
tastytea 2021-08-21 22:42:45 +02:00
parent 2bb52f6016
commit b3fdbbb75e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@
(highlight-parentheses-attributes
`((:weight bold :background ,(face-foreground 'whitespace-space))
(:weight ultrabold))))
:config (global-highlight-parentheses-mode))
:config (global-highlight-parentheses-mode)
:hook (minibuffer-setup . highlight-parentheses-minibuffer-setup))
(provide 'basics/appearance)
;;; appearance.el ends here