help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: aquamacs emacs


From: Peter Dyballa
Subject: Re: aquamacs emacs
Date: Fri, 4 Jan 2008 10:36:34 +0100


Am 03.01.2008 um 09:49 schrieb Oleg Oltar:

I am trying to customize my aquamacs.

Could be this list will give you more help:

---------------------------- Info -----------------------------
List Post: <mailto:macosx-emacs@email.esm.psu.edu>
List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx>


For my Emacsen (no Aquamacs Emacs, it does not like my ~/.emacs file) I use, for example:

        (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)
          (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 . "-apple-courier std-medium-r-normal--0-0-0-0-m-0- mac-roman")
          (top . 50) (left . 150) (width . 89) (height . 56)))


--
Greetings

  Pete

Either this man is dead or my watch has stopped.
                                - Groucho Marx







reply via email to

[Prev in Thread] Current Thread [Next in Thread]