fixing some typos, removing the remnants of evil-magit

This commit is contained in:
2025-11-18 10:31:18 -05:00
parent 470bc4f43b
commit b087ee6d35

View File

@@ -61,7 +61,7 @@
;;change delimeters to different colors to help identify them ;;change delimeters to different colors to help identify them
(use-package rainbow-delimiters (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 ;; Replace the line at the bottom with something more stylish
(use-package doom-modeline (use-package doom-modeline
@@ -126,7 +126,7 @@
(rh/leader-keys (rh/leader-keys
"t" '(:ignore t :which-key "toggles") "t" '(:ignore t :which-key "toggles")
"tt" '(counsel-load-theme :which-key "choose theme"))) "tt" '(consult-theme :which-key "choose theme")))
(use-package evil (use-package evil
:init :init
@@ -202,7 +202,7 @@
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(package-selected-packages '(package-selected-packages
'(all-the-icons consult-projectile doom-modeline embark-consult '(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 hydra magit marginalia orderless org-bullets
rainbow-delimiters vertico visual-fill-column))) rainbow-delimiters vertico visual-fill-column)))
(custom-set-faces (custom-set-faces