October 2011
1 post
1 tag
Set a default Emacs font the easy way on Mac OS X
First, enabled menu bar mode if you haven’t already (M-x menu-bar-open). Under Options, select Set default font… and choose your font face and size. Now, use M-x describe-font to see the font description string. Copy and paste this string into your .emacs configuration. Here’s mine: (set-default-font "-apple-Menlo-medium-normal-normal-*-18-*-*-*-m-0-iso10646-")
Oct 18th
4 notes