diff options
Diffstat (limited to 'man/frames.texi')
| -rw-r--r-- | man/frames.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/frames.texi b/man/frames.texi index 965ccb0a7b0..a45b582b455 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -515,6 +515,8 @@ frame. This runs @code{find-file-read-only-other-frame}. | |||
| 515 | 515 | ||
| 516 | @cindex default-frame-alist | 516 | @cindex default-frame-alist |
| 517 | @cindex initial-frame-alist | 517 | @cindex initial-frame-alist |
| 518 | @cindex face customization, in @file{~/.emacs} | ||
| 519 | @cindex color customization, in @file{~/.emacs} | ||
| 518 | You can control the appearance of new frames you create by setting the | 520 | You can control the appearance of new frames you create by setting the |
| 519 | frame parameters in @code{default-frame-alist}. You can use the | 521 | frame parameters in @code{default-frame-alist}. You can use the |
| 520 | variable @code{initial-frame-alist} to specify parameters that affect | 522 | variable @code{initial-frame-alist} to specify parameters that affect |
| @@ -538,6 +540,11 @@ Here's a similar example for specifying a foreground color: | |||
| 538 | (add-to-list 'default-frame-alist '(foreground-color . "blue")) | 540 | (add-to-list 'default-frame-alist '(foreground-color . "blue")) |
| 539 | @end example | 541 | @end example |
| 540 | 542 | ||
| 543 | @noindent | ||
| 544 | By putting such customizations in your @file{~/.emacs} init file, you | ||
| 545 | can control the appearance of all the frames Emacs creates, including | ||
| 546 | the initial one. | ||
| 547 | |||
| 541 | @node Frame Commands | 548 | @node Frame Commands |
| 542 | @section Frame Commands | 549 | @section Frame Commands |
| 543 | 550 | ||
| @@ -874,7 +881,7 @@ feature, use @kbd{M-x mouse-wheel-mode}. | |||
| 874 | @vindex mouse-wheel-follow-mouse | 881 | @vindex mouse-wheel-follow-mouse |
| 875 | @vindex mouse-wheel-scroll-amount | 882 | @vindex mouse-wheel-scroll-amount |
| 876 | @vindex mouse-wheel-progressive-speed | 883 | @vindex mouse-wheel-progressive-speed |
| 877 | The variables @code{mouse-wheel-follow-mouse} and | 884 | The two variables @code{mouse-wheel-follow-mouse} and |
| 878 | @code{mouse-wheel-scroll-amount} determine where and by how much | 885 | @code{mouse-wheel-scroll-amount} determine where and by how much |
| 879 | buffers are scrolled. The variable | 886 | buffers are scrolled. The variable |
| 880 | @code{mouse-wheel-progressive-speed} determines whether the scroll | 887 | @code{mouse-wheel-progressive-speed} determines whether the scroll |