Variable: treemacs-quit-hook

treemacs-quit-hook is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

Hooks to run when treemacs-quit is called.

The hooks will be run *after* the treemacs buffer was buried.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-quit-hook nil
  "Hooks to run when `treemacs-quit' is called.
The hooks will be run *after* the treemacs buffer was buried."
  :type 'hook
  :group 'treemacs-hooks)