Change cursor shape for evil-lisp-state to a box
This commit is contained in:
parent
6dcd8ae5b5
commit
7fdecc6efc
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ which require an initialization must be listed explicitly in the list.")
|
||||||
(defun set-default-evil-motion-state-cursor ()
|
(defun set-default-evil-motion-state-cursor ()
|
||||||
(setq evil-motion-state-cursor '("purple" box)))
|
(setq evil-motion-state-cursor '("purple" box)))
|
||||||
(defun set-default-evil-lisp-state-cursor ()
|
(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 ()
|
(defun evil-insert-state-cursor-hide ()
|
||||||
(setq evil-insert-state-cursor '("green3" (hbar . 0))))
|
(setq evil-insert-state-cursor '("green3" (hbar . 0))))
|
||||||
(set-default-evil-emacs-state-cursor)
|
(set-default-evil-emacs-state-cursor)
|
||||||
|
|
Reference in a new issue