Variable: treemacs-kill-hook

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

Value

nil

Documentation

Hooks to run when treemacs-kill-buffer is called.

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

Source Code

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