Variable: treemacs-directory-name-transformer
treemacs-directory-name-transformer is a customizable variable defined
in treemacs-customization.el.
Value
identity
Documentation
Transformer to apply to directory names before rendering for cosmetic effect.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-directory-name-transformer #'identity
"Transformer to apply to directory names before rendering for cosmetic effect."
:type 'function
:group 'treemacs)