Variable: vcursor-auto-disable
vcursor-auto-disable is a customizable variable defined in
vcursor.el.gz.
Value
nil
Documentation
If non-nil, disable the virtual cursor after use.
Any non-vcursor command will force vcursor-disable to be called.
If non-nil but not t, just make sure copying is toggled off, but don't
disable the vcursor.
Source Code
;; Defined in /usr/src/emacs/lisp/vcursor.el.gz
(defcustom vcursor-auto-disable nil
"If non-nil, disable the virtual cursor after use.
Any non-vcursor command will force `vcursor-disable' to be called.
If non-nil but not t, just make sure copying is toggled off, but don't
disable the vcursor."
:type '(choice (const t) (const nil) (const copy)))