Enable highlight-parentheses in minibuffer.
This commit is contained in:
parent
2bb52f6016
commit
b3fdbbb75e
|
@ -142,7 +142,8 @@
|
||||||
(highlight-parentheses-attributes
|
(highlight-parentheses-attributes
|
||||||
`((:weight bold :background ,(face-foreground 'whitespace-space))
|
`((:weight bold :background ,(face-foreground 'whitespace-space))
|
||||||
(:weight ultrabold))))
|
(:weight ultrabold))))
|
||||||
:config (global-highlight-parentheses-mode))
|
:config (global-highlight-parentheses-mode)
|
||||||
|
:hook (minibuffer-setup . highlight-parentheses-minibuffer-setup))
|
||||||
|
|
||||||
(provide 'basics/appearance)
|
(provide 'basics/appearance)
|
||||||
;;; appearance.el ends here
|
;;; appearance.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user