Skip to content

Instantly share code, notes, and snippets.

@smandy
Created March 8, 2014 22:46
Show Gist options
  • Save smandy/9440173 to your computer and use it in GitHub Desktop.
Save smandy/9440173 to your computer and use it in GitHub Desktop.
how to list fonts in emacs
(mapcar (lambda (x) ( insert (format "\n(set-frame-font \"%s\")" x ) ) ) (x-list-fonts "*") )
@ykyuen
Copy link

ykyuen commented May 18, 2020

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment