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

Peter Dyballa Peter_Dyballa at Web.DE
Sun Jun 29 16:47:29 EDT 2008


Am 29.06.2008 um 00:00 schrieb Hampus Edvardsson:

> Any ideas of what I am doing wrong?

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)))

--
Greetings

   Pete

If all else fails read the instructions.
				- Donald Knuth






More information about the MacOSX-Emacs mailing list