Variable: treemacs-after-visit-functions

treemacs-after-visit-functions is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

Hooks that run after treemacs executes a treemacs-visit-node-*** command.

Does not apply to treemacs-visit-node-in-external-application. Hooks are expected to take 1 argument, which is the buffer where the node is visited in.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-after-visit-functions nil
  "Hooks that run after treemacs executes a `treemacs-visit-node-***' command.
Does not apply to `treemacs-visit-node-in-external-application'.  Hooks are
expected to take 1 argument, which is the buffer where the node is visited in."
  :type 'hook
  :group 'treemacs-hooks)