Function: treemacs-visit-node-close-treemacs
treemacs-visit-node-close-treemacs is an interactive and byte-compiled
function defined in treemacs-interface.el.
Signature
(treemacs-visit-node-close-treemacs &optional _)
Documentation
Open current node without and close treemacs.
Works just like calling treemacs-visit-node-no-split with a double prefix
arg.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-interface.el
(defun treemacs-visit-node-close-treemacs (&optional _)
"Open current node without and close treemacs.
Works just like calling `treemacs-visit-node-no-split' with a double prefix
arg."
(interactive "P")
(treemacs-visit-node-no-split '(16)))