Variable: treemacs--icon-symbols

treemacs--icon-symbols is a variable defined in treemacs-icons.el.

Value

(fallback markdown-mode css-mode yaml-mode cask-mode elfeed-search-mode fish-mode i3wm-config-mode conf-mode tridactylrc-mode org-agenda-mode org-mode ledger-mode dired-mode makefile-gmake-mode python-mode gitignore-mode emacs-lisp-mode inbox mail-plus mail briefcase calendar close suitcase repeat list house screen bookmark info warning error tag-closed tag-open tag-leaf dir-open dir-closed root-open root-closed)

Documentation

List of icons with variables.

Every symbol S maps to a variable named "treemacs-icons-S". In addition S is also the key for the icon in both treemacs-gui-icons and treemacs-tui-icons. This combination allows these icons-with-variables to be correctly changed in treemacs--select-icon-set.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-icons.el
(defvar treemacs--icon-symbols nil
  "List of icons with variables.
Every symbol S maps to a variable named \"treemacs-icons-S\". In addition S is
also the key for the icon in both `treemacs-gui-icons' and `treemacs-tui-icons'.
This combination allows these icons-with-variables to be correctly changed in
`treemacs--select-icon-set'.")