feature/evil: doom-init-theme-hook => doom-load-theme-hook

This commit is contained in:
Henrik Lissner 2018-03-22 19:28:42 -04:00
parent 0e5e586826
commit 87f18bb906
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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 ----------------------