Variable: follow-hide-ghost-cursors

follow-hide-ghost-cursors is a customizable variable defined in follow.el.gz.

Value

t

Documentation

When non-nil, Follow mode attempts to hide the obtrusive cursors in the non-selected windows of a window group.

This variable takes effect when follow-mode(var)/follow-mode(fun) is initialized.

Due to limitations in Emacs, this only operates on the followers of the selected window.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/follow.el.gz
(defcustom follow-hide-ghost-cursors t  ; Maybe this should be nil.
  "When non-nil, Follow mode attempts to hide the obtrusive cursors
in the non-selected windows of a window group.

This variable takes effect when `follow-mode' is initialized.

Due to limitations in Emacs, this only operates on the followers
of the selected window."
  :type 'boolean
  :group 'follow)