Variable: evil-emacs-state-cursor

evil-emacs-state-cursor is a variable defined in evil-states.el.

Value

nil

Documentation

Cursor for Emacs state.

May be a cursor type as per cursor-type, a color string as passed to set-cursor-color, a zero-argument function for changing the cursor, or a list of the above.

If set to nil, the value of evil-default-cursor is used; if you want the nil cursor-type (i.e., you want to disable the cursor), set this variable to (list nil).

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20260728.1438/evil-states.el