From b087ee6d35106c6d8874ab66f4d10750c8114ec9 Mon Sep 17 00:00:00 2001 From: Rob Harbaugh Date: Tue, 18 Nov 2025 10:31:18 -0500 Subject: [PATCH] fixing some typos, removing the remnants of evil-magit --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 5fd0dee..5cc26a1 100644 --- a/init.el +++ b/init.el @@ -61,7 +61,7 @@ ;;change delimeters to different colors to help identify them (use-package rainbow-delimiters - :hook (prod-mode . rainbow-delimiters-mode)) + :hook (prog-mode . rainbow-delimiters-mode)) ;; Replace the line at the bottom with something more stylish (use-package doom-modeline @@ -126,7 +126,7 @@ (rh/leader-keys "t" '(:ignore t :which-key "toggles") - "tt" '(counsel-load-theme :which-key "choose theme"))) + "tt" '(consult-theme :which-key "choose theme"))) (use-package evil :init @@ -202,7 +202,7 @@ ;; If there is more than one, they won't work right. '(package-selected-packages '(all-the-icons consult-projectile doom-modeline embark-consult - evil-collection evil-magit general gruvbox-theme + evil-collection general gruvbox-theme hydra magit marginalia orderless org-bullets rainbow-delimiters vertico visual-fill-column))) (custom-set-faces