Variable: cua-enable-cursor-indications

cua-enable-cursor-indications is a customizable variable defined in cua-base.el.gz.

Value

nil

Documentation

If non-nil, use different cursor colors for indications.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/cua-base.el.gz
;;; Cursor Indication Customization

(defcustom cua-enable-cursor-indications nil
  "If non-nil, use different cursor colors for indications."
  :type 'boolean)