diff options
| author | Stefan Kangas | 2023-12-30 21:06:14 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-30 21:11:03 +0100 |
| commit | fc8a20f79274a2e533722f636cb538d7f8fb5427 (patch) | |
| tree | eb5efa044981bfc8fbfa0e8fad02309c0ad92f11 /doc/misc | |
| parent | 518e6795c0a3a5f5901056130ddb18143aa3a985 (diff) | |
| download | emacs-fc8a20f79274a2e533722f636cb538d7f8fb5427.tar.gz emacs-fc8a20f79274a2e533722f636cb538d7f8fb5427.zip | |
Slightly clarify "Start Emacs maximized" in FAQ
* doc/misc/efaq.texi (Start Emacs maximized): Clarify why the early init
file is used.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/efaq.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 70f434d4b99..1718650def4 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -3127,8 +3127,10 @@ emacs, The GNU Emacs Manual}). | |||
| 3127 | @end lisp | 3127 | @end lisp |
| 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 @file{early-init.el}, | 3130 | could have undesirable effects when modified in the early init file, |
| 3131 | it is okay to do it in this particular case. | 3131 | it is okay to do it in this particular case. Adding it to the normal |
| 3132 | init file will also work, but leads to a visible resizing of the | ||
| 3133 | window that some find distracting. | ||
| 3132 | 3134 | ||
| 3133 | @node Emacs in a Linux console | 3135 | @node Emacs in a Linux console |
| 3134 | @section How can I alleviate the limitations of the Linux console? | 3136 | @section How can I alleviate the limitations of the Linux console? |