Variable: treemacs-no-png-images

treemacs-no-png-images is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

When non-nil treemacs will use TUI string icons even when running in a GUI.

The change will apply the next time a treemacs buffer is created.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-no-png-images nil
  "When non-nil treemacs will use TUI string icons even when running in a GUI.
The change will apply the next time a treemacs buffer is created."
  :type 'boolean
  :group 'treemacs)