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