Variable: treemacs-show-cursor

treemacs-show-cursor is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

When non-nil treemacs the cursor will remain visible in the treemacs buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-show-cursor nil
  "When non-nil treemacs the cursor will remain visible in the treemacs buffer."
  :type 'boolean
  :group 'treemacs)