Change cursor shape for evil-lisp-state to a box

This commit is contained in:
syl20bnr 2014-10-10 09:57:43 -04:00
parent 6dcd8ae5b5
commit 7fdecc6efc

View file

@ -139,7 +139,7 @@ which require an initialization must be listed explicitly in the list.")
(defun set-default-evil-motion-state-cursor ()
(setq evil-motion-state-cursor '("purple" box)))
(defun set-default-evil-lisp-state-cursor ()
(setq evil-lisp-state-cursor '("DeepSkyBlue" (bar . 2))))
(setq evil-lisp-state-cursor '("DeepSkyBlue" box)))
(defun evil-insert-state-cursor-hide ()
(setq evil-insert-state-cursor '("green3" (hbar . 0))))
(set-default-evil-emacs-state-cursor)