# HG changeset patch # User Eli Zaretskii # Date 1176553016 0 # Node ID 588363d971213f04d2d78480a132403820706951 # Parent 2b47f00a7c16c0c7c47a53b4b23fa46c796e3d8c (Creating Frames): Mention that face customizations can be put in .emacs. Add index entries. diff -r 2b47f00a7c16 -r 588363d97121 man/frames.texi --- a/man/frames.texi Sat Apr 14 02:36:58 2007 +0000 +++ b/man/frames.texi Sat Apr 14 12:16:56 2007 +0000 @@ -515,6 +515,8 @@ @cindex default-frame-alist @cindex initial-frame-alist +@cindex face customization, in @file{~/.emacs} +@cindex color customization, in @file{~/.emacs} You can control the appearance of new frames you create by setting the frame parameters in @code{default-frame-alist}. You can use the variable @code{initial-frame-alist} to specify parameters that affect @@ -538,6 +540,11 @@ (add-to-list 'default-frame-alist '(foreground-color . "blue")) @end example +@noindent +By putting such customizations in your @file{~/.emacs} init file, you +can control the appearance of all the frames Emacs creates, including +the initial one. + @node Frame Commands @section Frame Commands