From e45aa9cb4105f3d4674e903868885cdbe41a6516 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 8 Jan 2024 21:02:11 -0800 Subject: [PATCH] Add auto-highlight-symbol mode --- init.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index f8979df..c3b5d10 100644 --- a/init.el +++ b/init.el @@ -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