Variable: treemacs-scope-types

treemacs-scope-types is a variable defined in treemacs-scope.el.

Value

((Frames . treemacs-frame-scope))

Documentation

List of all known scope types.

The car is the name seen in interactive selection. The cdr is the eieio class name.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
(defvar treemacs-scope-types (list (cons 'Frames 'treemacs-frame-scope))
  "List of all known scope types.
The car is the name seen in interactive selection.  The cdr is the eieio class
name.")