Emacs not showing Unicode characters on welcome screen #16102
Closed
voidtrance
started this conversation in
General
Replies: 1 comment 6 replies
-
Is your Emacs opening on the terminal? If yes then it's your terminal font that needs to support the symbols in question. What is defined in the Emacs config is not relevant. How to change the font on your terminal depends on what kind of terminal emulator you are using (Windows Terminal, Gnome terminal, terminator, etc). I believe what is missing in your font are the programming symbols. A popular place to get fonts with those is https://www.nerdfonts.com/ |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I run emacs without a filename on the command line, it starts and opens a welcome screen, which lists the recently opened files. However, it seems to fail to display unicode characters on that screen:
The default font set in my config is Source Code Pro and I have the
unicode-layer
installed.I would appreciate any help in fixing this.
Beta Was this translation helpful? Give feedback.
All reactions