Variable: treemacs-file-name-transformer

treemacs-file-name-transformer is a customizable variable defined in treemacs-customization.el.

Value

identity

Documentation

Transformer to apply to file names before rendering for cosmetic effect.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-file-name-transformer #'identity
  "Transformer to apply to file names before rendering for cosmetic effect."
  :type 'function
  :group 'treemacs)