domtronn / all-the-icons.el

A utility package to collect various Icon Fonts and propertize them within Emacs.
MIT License
1.46k stars 177 forks source link

Windows eshell #117

Open dilzeem opened 6 years ago

dilzeem commented 6 years ago

OS: Windows 10 Emacs: 26.1

I have tried to prettify my eshell by following the instructions here:

But it seems like the images don't render. Specifically this line: (git-icon2 (propertize "\xf020" 'face '(:family "octicons"))

However if I can get the icons to render in the scratch buffer, and the eshell buffer by simply running: (insert (all-the-icons-faicon "pencil"))

all-the-icons works in dired, and with ivy but for some reason I can't get it working in e-shell.

mtellezj commented 4 years ago

Same problem here.