osx - Changing the font in Aquamacs? -
i've had need bit of lisp editing , found nifty ready lisp package os x, great, except aquamacs automatically uses proportional font (which idiotic, imho) , want change monospace font. however, i'm not of emacs user, , preferences menu in aquamacs less clear on , how 1 might make such change.
this have in .emacs os x:
(set-default-font "-apple-bitstream vera sans mono-medium-r-normal--0-0-0-0-m-0-mac-roman")
now, i'm not sure bitstream vera comes standard on os x, may have either download or choose different font. can search x font names running (x-list-fonts "searchterm")
in elisp buffer (e.g. *scratch*
- run it, type in , type c-j
on same line).
Comments
Post a Comment