branch: elpa/apropospriate-theme
commit aa36e3d71d0d61135f70fac650d3d4be19b5ca35
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
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)