]> git.eshelyaron.com Git - emacs.git/commitdiff
(Creating Frames): Mention that face customizations can be put in .emacs.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Apr 2007 12:16:56 +0000 (12:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Apr 2007 12:16:56 +0000 (12:16 +0000)
Add index entries.

man/frames.texi

index 5ca72950a79601e9b872e8c13aa5245803497bb0..a45b582b455b792b12bb58e72e83d720ffe831f2 100644 (file)
@@ -515,6 +515,8 @@ frame.  This runs @code{find-file-read-only-other-frame}.
 
 @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 @@ Here's a similar example for specifying a foreground color:
 (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