Function: treemacs-get-local-buffer-create

treemacs-get-local-buffer-create is a byte-compiled function defined in treemacs-scope.el.

Signature

(treemacs-get-local-buffer-create)

Documentation

Get the buffer for the current scope, creating a new one if needed.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
(defun treemacs-get-local-buffer-create ()
  "Get the buffer for the current scope, creating a new one if needed."
  (or (treemacs-get-local-buffer)
      (treemacs--create-buffer-for-scope (treemacs-scope->current-scope treemacs--current-scope-type))))