Variable: treemacs-override-workspace

treemacs-override-workspace is a variable defined in treemacs-workspaces.el.

Value

nil

Documentation

Used to override the return value of treemacs-current-workspace.

Used by treemacs-run-in-every-buffer to make sure all workspace-related functions can be used since make functions (like treemacs-find-file-node) rely on the current buffer and workspace being aligned.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(defvar treemacs-override-workspace nil
  "Used to override the return value of `treemacs-current-workspace'.
Used by `treemacs-run-in-every-buffer' to make sure all workspace-related
functions can be used since make functions (like `treemacs-find-file-node')
rely on the current buffer and workspace being aligned.")