gjm
August 22, 2023, 9:22am
#1
What happened?
After upgrading to revision 7a75030458
modeline characters don’t appear correctly. Either they appear too small or the character doesn’t appear at all.
The major mode icon:
The LSP and errors icons:
I also get this warning in *messages*
:
.config/emacs/.local/straight/build-29.1/lsp-mode/lsp-mode.el: Warning: Non-symbol arguments to cl-defgeneric: (process process)
What did you expect to happen?
I would expect everything to work normally.
System information
Loading data dump...
1 Like
hylo
August 22, 2023, 12:50pm
#2
For the doom-modeline
icons, we have to install nerd fonts with M-x nerd-icons-install-fonts
and restart Emacs.
See also: doom-modeline now uses nerdfonts · Issue #7368 · doomemacs/doomemacs · GitHub
(Or, if that’s not working, as a last resort add
(package! doom-modeline :pin "6125309c2caa")
to packages.el
and doom sync -u
.
This reverts the doom-modeline
pin to the version it was before 7a5f5d07e72d496ff614e0892c78b62b31aaac4d
.)
1 Like
gjm
August 22, 2023, 2:41pm
#3
Thanks that fixed it (for now at least…)
hylo
August 23, 2023, 8:25am
#4
Added a better solution now. Remember that if you remove the pin in packages.el
, you have to doom sync -u
again.
gjm
August 23, 2023, 9:06am
#5
Tried your new solution and works too, but… I much prefer the old look of all-the-icons.
Well, I suppose I’ll have to get used to it.
Thanks!
system
closed
September 20, 2023, 9:06am
#6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.