From 946e2d77dd650b520f75ea46799bde9362cf1141 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 9 Jan 2017 15:44:22 -0500 Subject: [PATCH] Fix unchanging cursor when you exit emacs state (fix #22) --- core/core-evil.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-evil.el b/core/core-evil.el index 4d5f50e24..71c741609 100644 --- a/core/core-evil.el +++ b/core/core-evil.el @@ -22,7 +22,7 @@ evil-replace-state-tag "R" ;; 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-emacs-state-cursor `(,(face-attribute 'warning :foreground nil nil) box) evil-insert-state-cursor 'bar