helm-icons icon indicating copy to clipboard operation
helm-icons copied to clipboard

I can't see icons when using most helm functions

Open AtomicNess123 opened this issue 5 years ago • 4 comments

Only works (shows icons) when using helm-projectile. Any help welcome!

AtomicNess123 avatar Apr 29 '20 07:04 AtomicNess123

As per readme you have to enable helm icons before you load helm.

yyoncho avatar Apr 29 '20 07:04 yyoncho

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...

AtomicNess123 avatar Apr 29 '20 07:04 AtomicNess123

Is this your full config?

yyoncho avatar Apr 29 '20 07:04 yyoncho

No, part of it.

AtomicNess123 avatar Apr 29 '20 07:04 AtomicNess123