diff options
| author | Stefan Kangas | 2024-01-10 18:19:03 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-01-10 18:21:50 +0100 |
| commit | 093ecb2aca1fa6d00f212b2426ddb7601fdbcfd2 (patch) | |
| tree | fde8aee5028c020f5c693b5a86edd1520732b073 | |
| parent | c78e2f341299fd089bd265b9ac26767361f33820 (diff) | |
| download | emacs-093ecb2aca1fa6d00f212b2426ddb7601fdbcfd2.tar.gz emacs-093ecb2aca1fa6d00f212b2426ddb7601fdbcfd2.zip | |
; Clarify detail in Start Emacs maximized FAQ
* doc/misc/efaq.texi (Start Emacs maximized): Explain that the sexp
should be put at the top of the file.
| -rw-r--r-- | doc/misc/efaq.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 25e6551f34b..5b722f9fd77 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -3119,8 +3119,8 @@ escape sequences. It is enabled by default. | |||
| 3119 | @cindex Fullscreen mode | 3119 | @cindex Fullscreen mode |
| 3120 | 3120 | ||
| 3121 | Run Emacs with the @samp{--maximized} command-line option or put the | 3121 | Run Emacs with the @samp{--maximized} command-line option or put the |
| 3122 | following form in your early init file (@pxref{Early Init File,,, | 3122 | following form at the top of your early init file (@pxref{Early Init |
| 3123 | emacs, The GNU Emacs Manual}). | 3123 | File,,, emacs, The GNU Emacs Manual}). |
| 3124 | 3124 | ||
| 3125 | @lisp | 3125 | @lisp |
| 3126 | (push '(fullscreen . maximized) default-frame-alist) | 3126 | (push '(fullscreen . maximized) default-frame-alist) |
| @@ -3128,9 +3128,9 @@ emacs, The GNU Emacs Manual}). | |||
| 3128 | 3128 | ||
| 3129 | Note that while some customizations of @code{default-frame-alist} | 3129 | Note that while some customizations of @code{default-frame-alist} |
| 3130 | could have undesirable effects when modified in the early init file, | 3130 | could have undesirable effects when modified in the early init file, |
| 3131 | it is okay to do it in this particular case. Adding it to the normal | 3131 | it is okay to do it in this particular case. Adding it to the top of |
| 3132 | init file will also work, but leads to a visible resizing of the | 3132 | your normal init file will also work, but leads to a visible resizing |
| 3133 | window that some find distracting. | 3133 | of the window that some find distracting. |
| 3134 | 3134 | ||
| 3135 | @node Emacs in a Linux console | 3135 | @node Emacs in a Linux console |
| 3136 | @section How can I alleviate the limitations of the Linux console? | 3136 | @section How can I alleviate the limitations of the Linux console? |