emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme aa36e3d 058/118: flip evil state curso


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme aa36e3d 058/118: flip evil state cursors
Date: Thu, 21 Oct 2021 18:02:22 -0400 (EDT)

branch: elpa/apropospriate-theme
commit aa36e3d71d0d61135f70fac650d3d4be19b5ca35
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    flip evil state cursors
---
 apropospriate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index 58e307c..9c50c9f 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -521,8 +521,8 @@
 
     (custom-theme-set-variables
      theme-name
-     `(evil-emacs-state-cursor '(,red bar))
-     `(evil-insert-state-cursor '(,red hbar))
+     `(evil-emacs-state-cursor '(,red hbar))
+     `(evil-insert-state-cursor '(,red bar))
      `(evil-normal-state-cursor '(,yellow box))
      `(evil-visual-state-cursor '(,green box))
      `(pos-tip-foreground-color ,base02)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]