Add highlight-parentheses.

This commit is contained in:
tastytea 2021-08-17 13:10:27 +02:00
parent b0869ca5a5
commit 1f370df818
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 8 additions and 0 deletions

View File

@ -134,5 +134,13 @@
(display-line-numbers-mode -1))
(global-display-line-numbers-mode)))
(use-package highlight-parentheses
:diminish (highlight-parentheses-mode)
:custom ((highlight-parentheses-colors nil)
(highlight-parentheses-background-colors nil)
(highlight-parentheses-attributes
'((:foreground "Yellow" :weight bold) (:weight bold))))
:hook (prog-mode . highlight-parentheses-mode))
(provide 'basics/appearance)
;;; appearance.el ends here