Add auto-highlight-symbol mode

This commit is contained in:
Alexander Rosenberg 2024-01-08 21:02:11 -08:00
parent 49a92ebf94
commit e45aa9cb41
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

11
init.el
View File

@ -1076,10 +1076,19 @@ If no name is given, list all bookmarks instead."
(mu4e t)
(mu4e-context-switch nil "Personal")
;; RAINBOW-delimiters
;; rainbow-delimiters
(use-package rainbow-delimiters
:hook (prog-mode . rainbow-delimiters-mode))
;; auto-highlight-symbol
(use-package auto-highlight-symbol
:hook (lisp-data-mode . auto-highlight-symbol-mode)
:init
(setq ahs-face 'bold
ahs-face-unfocused 'bold
ahs-plugin-default-face 'bold
ahs-plugin-default-face-unfocused 'bold))
;; Theme (doom-themes)
(use-package doom-themes
:config