[OS X Emacs] Setting default font in .emacs for Aquamacs 1.4

Patrick May pjm at spe.com
Sun Jun 29 18:06:10 EDT 2008


On 29 Jun 2008, at 17:55, Hampus Edvardsson wrote:
> 29 jun 2008 kl. 22.47 skrev Peter Dyballa:
>> Maybe you are not using
>>
>>       (setq initial-frame-alist '(
>>         (mouse-color           . "midnightblue")
>>         (foreground-color      . "grey20")
>>         (background-color      . "alice blue")
>>         (internal-border-width . 2)
>>         (line-spacing          . 1)
>>         (active-alpha          . 0.875)
>>         (inactive-alpha        . 0.75)
>> 	  (font . "-apple-courier std-medium-r-normal--0-0-0-0-m-0-mac- 
>> roman")
>>         (top . 25) (left . 650) (width . 91) (height . 50)))
>>
>>       (setq default-frame-alist '(
>>         (border-color          . "#4e3831")
>>         (foreground-color      . "grey10")
>>         (background-color      . "ghost white")
>>         (vertical-scroll-bars  . left)
>>         (cursor-color          . "purple")
>>         (cursor-type           . box)
>>         (active-alpha          . 0.75)
>>         (inactive-alpha        . 0.875)
>> 	  (font . "fontset-09pt_vera_sans_mono")
>>         (top . 50) (left . 150) (width . 89) (height . 56)))
>
> That did the trick, thanks!=

	Of course, you are now in a state of sin for setting your window  
width greater than 80 characters.  ;-)

Regards,

Patrick

----
pjm at spe.com
S P Engineering, Inc.
Large scale, mission-critical, distributed OO systems design and  
implementation.
(C++, Java, Common Lisp, Jini, middleware, SOA)






More information about the MacOSX-Emacs mailing list