Variable: treemacs-post-buffer-init-hook
treemacs-post-buffer-init-hook is a customizable variable defined in
treemacs-customization.el.
Value
nil
Documentation
Hook run after a treemacs buffer is first initialised.
Only applies to treemacs filetree buffers, not extensions.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-post-buffer-init-hook nil
"Hook run after a treemacs buffer is first initialised.
Only applies to treemacs filetree buffers, not extensions."
:type 'hook
:group 'treemacs-hooks)