Fix unchanging cursor when you exit emacs state (fix #22)
This commit is contained in:
parent
49cae5ebdd
commit
946e2d77dd
1 changed files with 1 additions and 1 deletions
|
@ -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 :foreground nil t)
|
evil-default-cursor (face-attribute 'cursor :background 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue