@distrotube I have a problem in Doom Emacs when I change something the icon shows strange I check and Emacs installed the fonts but for some icons seems that aren't good recognized See yourself
Conversation
Notices
-
mester :tuturu: :pudding_verified: (mester@im-in.space)'s status on Tuesday, 22-Aug-2023 08:26:23 JST mester :tuturu: :pudding_verified: -
Derek (distrotube@fosstodon.org)'s status on Tuesday, 22-Aug-2023 08:26:21 JST Derek @mester The problem is an Emacs package called all-the-icons. You have to run this: M-x all-the-icons-install fonts
I'm need to figure out how to have them already on the ISO. The problem is Emacs installs a bunch of fonts to /usr/share/fonts instead of the .config/emacs/elpaca directory. I'll have to figure out which fonts it installs and have them already in /usr/share/fonts before I build the next ISO. I'll eventually work something out for this so users don't have to manually do it. ;)
-
Derek (distrotube@fosstodon.org)'s status on Tuesday, 22-Aug-2023 08:27:08 JST Derek @mester After installing the fonts, you may need to restart the Emacs server.
killall emacs
/usr/bin/emacs --daemon &
-