I've recently had a need to do a bit of lisp editing and I found the nifty Ready Lisp package for OS X, which is great, except Aquamacs automatically uses a proportional font (which is idiotic, IMHO) and I want to change it to a monospace font. However, I'm not really much of an EMACS user, and the preferences menu in Aquamacs is less than clear on where and how one might make such a change.
|
feedback
|
|
This is what I have in my .emacs for OS X:
Now, I'm not sure Bitstream Vera comes standard on OS X, so you may have to either download it or choose a different font. You can search the X font names by running | |||
|
feedback
|
|
From the EmacsWiki Aquamacs FAQ:
There are also recommendations for monospaced fonts - Monaco or "Vera Sans Mono". | |||
|
feedback
|
|
this is the one I use:
You can set it in .emacs file like:
You can download it from dejavu-fonts.org | |||
|
feedback
|
|
In Aquamacs 2.1, you can set the font through Options->Appearance->Font for Text Mode... That brings up the standard font chooser window, choose the font you like. Then, when you exit out of emacs (C-x C-c) you'll be prompted to save options, hit "y". | |||
|
feedback
|