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

Hampus Edvardsson hampus.edvardsson at gmail.com
Sun Jun 29 17:55:46 EDT 2008


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!

/Hampus Edvardsson



More information about the MacOSX-Emacs mailing list