helm-icons
helm-icons copied to clipboard
I can't see icons when using most helm functions
Only works (shows icons) when using helm-projectile. Any help welcome!
As per readme you have to enable helm icons before you load helm.
Yes, I think that is what I am doing:
(require 'treemacs)
(add-to-list 'load-path "~/.emacs.d/other/helm-treemacs-icons")
(require 'helm-treemacs-icons)
(helm-treemacs-icons-enable)
(require 'helm-config)
(helm-mode 1)
etc...
Is this your full config?
No, part of it.