Variable: treemacs-file-follow-ignore-functions
treemacs-file-follow-ignore-functions is a customizable variable
defined in treemacs-customization.el.
Value
nil
Documentation
Functions which determine if a file should not be followed.
Content should be a list of functions which take one argument - the path of the file that might be followed - and return non-nil if the file should *not* be followed.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-file-follow-ignore-functions nil
"Functions which determine if a file should not be followed.
Content should be a list of functions which take one argument - the path of the
file that might be followed - and return non-nil if the file should *not* be
followed."
:type '(list function)
:group 'treemacs-follow)