Add highlight-parentheses.
This commit is contained in:
parent
b0869ca5a5
commit
1f370df818
|
@ -134,5 +134,13 @@
|
||||||
(display-line-numbers-mode -1))
|
(display-line-numbers-mode -1))
|
||||||
(global-display-line-numbers-mode)))
|
(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)
|
(provide 'basics/appearance)
|
||||||
;;; appearance.el ends here
|
;;; appearance.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user