From b3fdbbb75e0e108550146d340c3baf9c66424862 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 21 Aug 2021 22:42:45 +0200 Subject: [PATCH] Enable highlight-parentheses in minibuffer. --- init.d/basics/appearance.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.d/basics/appearance.el b/init.d/basics/appearance.el index ff3285c..0a13f72 100644 --- a/init.d/basics/appearance.el +++ b/init.d/basics/appearance.el @@ -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