mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(Creating Frames): Mention that face customizations can be put in .emacs.
Add index entries.
This commit is contained in:
parent
a291c1b752
commit
863c2674d2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user