mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
feature/evil: doom-init-theme-hook => doom-load-theme-hook
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
|
||||
(defun +evil|update-cursor-color ()
|
||||
(setq +evil--default-cursor-color (face-background 'cursor)))
|
||||
(add-hook 'doom-init-theme-hook #'+evil|update-cursor-color)
|
||||
(add-hook 'doom-load-theme-hook #'+evil|update-cursor-color)
|
||||
|
||||
|
||||
;; --- keybind fixes ----------------------
|
||||
|
Reference in New Issue
Block a user