mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
core-evil: grab cursor face foreground, rather than background
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
evil-replace-state-tag "R"
|
evil-replace-state-tag "R"
|
||||||
|
|
||||||
;; Set cursor colors
|
;; Set cursor colors
|
||||||
evil-default-cursor (face-attribute 'cursor :background nil t)
|
evil-default-cursor (face-attribute 'cursor :foreground nil t)
|
||||||
evil-normal-state-cursor 'box
|
evil-normal-state-cursor 'box
|
||||||
evil-emacs-state-cursor `(,(face-attribute 'warning :foreground nil nil) box)
|
evil-emacs-state-cursor `(,(face-attribute 'warning :foreground nil nil) box)
|
||||||
evil-insert-state-cursor 'bar
|
evil-insert-state-cursor 'bar
|
||||||
|
Reference in New Issue
Block a user