Created
December 22, 2021 10:18
-
-
Save anhedonix/bef18a3508fae0b48cbf6cf6015f7824 to your computer and use it in GitHub Desktop.
List all the available font names from emacs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(dolist (font (x-list-fonts "*")) | |
(insert (format "%s\n" font))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment