Variable: viper-emacs-state-cursor-color

viper-emacs-state-cursor-color is a customizable variable defined in viper-init.el.gz.

Value

nil

Documentation

Cursor color when Viper is in Emacs state.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
;; viper-emacs-state-cursor-color doesn't work well. Causes cursor colors to be
;; confused in some cases. So, this var is nulled for now.
;; (defcustom viper-emacs-state-cursor-color "Magenta"
(defcustom viper-emacs-state-cursor-color nil
  "Cursor color when Viper is in Emacs state."
  :type '(choice (const nil) string)
  :group 'viper)