fixing some typos, removing the remnants of evil-magit
This commit is contained in:
6
init.el
6
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
|
||||
|
||||
Reference in New Issue
Block a user