Variable: treemacs-is-never-other-window

treemacs-is-never-other-window is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

When non-nil treemacs will use the no-other-window parameter.

In practice it means that treemacs will become invisible to commands like other-window or evil-window-left.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-is-never-other-window nil
  "When non-nil treemacs will use the `no-other-window' parameter.

In practice it means that treemacs will become invisible to commands like
`other-window' or `evil-window-left'."
  :type 'boolean
  :group 'treemacs-window)