Peter Dyballa <[EMAIL PROTECTED]> writes: > Am 06.03.2005 um 17:08 schrieb Tim McNamara: > >> How do I get the face to apply to all buffers? > > What about this? > > (setq initial-frame-alist '( > (mouse-color . "midnightblue") > (foreground-color . "midnightblue") > (background-color . "antiquewhite1") > (font . "fontset-12pt_bitstream_courier") > (top . 10) (left . 650) (width . 89) (height . 60))) > (setq default-frame-alist '( > (background-color . "ghost white") > (foreground-color . "grey10") > (vertical-scroll-bars . left) > (font . "fontset-12pt_lucidasans_typewriter") > (cursor-color . "purple") > (cursor-type . box) > (top . 20) (left . 150) (width . 89) (height . 56)))
I will give this a try. Thanks! _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
