Variable: treemacs--current-scope-type
treemacs--current-scope-type is a variable defined in
treemacs-scope.el.
Value
treemacs-frame-scope
Documentation
The general type of objects/items treemacs is currently scoped to.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
(defvar treemacs--current-scope-type 'treemacs-frame-scope
"The general type of objects/items treemacs is currently scoped to.")