From 7c376e9a3c633fc4af40c229ef30749b1b187d27 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 22 Dec 2016 23:55:58 -0500 Subject: [PATCH] core-evil: grab cursor face foreground, rather than background --- 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 5e6bcc447..e4e5486b0 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 :background nil t) + evil-default-cursor (face-attribute 'cursor :foreground nil t) evil-normal-state-cursor 'box evil-emacs-state-cursor `(,(face-attribute 'warning :foreground nil nil) box) evil-insert-state-cursor 'bar