I am pretty new to emacs. does anyone how to turn off special character, such as 渘 ? I tried to search online but no luck.
Asked
Active
Viewed 131 times
1
(setq doom-modeline-icon nil)
if your config is for emacs or(setq doom-modeline-modal-icon nil)
if you use evil. – Ian Aug 17 '22 at 07:53M-x all-the-icons-install-fonts
andM-x nerd-icons-install-fonts
. – Muir Sep 06 '23 at 16:17