Skip to content

Instantly share code, notes, and snippets.

@anhedonix
Created December 22, 2021 10:18
Show Gist options
  • Save anhedonix/bef18a3508fae0b48cbf6cf6015f7824 to your computer and use it in GitHub Desktop.
Save anhedonix/bef18a3508fae0b48cbf6cf6015f7824 to your computer and use it in GitHub Desktop.
List all the available font names from emacs
(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