Variable: treemacs-copy-file-functions

treemacs-copy-file-functions is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

Hooks to run whenever a file or directory is copied.

Applies only when using treemacs-copy-file. Will be called with 2 arguments: the original file's location, and the copy's location, both as absolute paths.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-copy-file-functions nil
  "Hooks to run whenever a file or directory is copied.

Applies only when using `treemacs-copy-file'.  Will be called with 2 arguments:
the original file's location, and the copy's location, both as absolute paths."
  :type 'hook
  :group 'treemacs-hooks)