1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 07:20:28 -08:00

; * doc/emacs/custom.texi (Init File): Mention "M-x customize".

This commit is contained in:
Eli Zaretskii 2025-07-12 12:01:05 +03:00
parent 723cb4da47
commit 6dd8266bc4

View file

@ -2486,8 +2486,12 @@ as a function from Lisp programs.
@c When updating this, also update ``Setting up a customization file'' @c When updating this, also update ``Setting up a customization file''
@c in efaq.texi. @c in efaq.texi.
When Emacs is started, it normally tries to load a Lisp program from When Emacs is started, it normally tries to load a Lisp program from
an @dfn{initialization file}, or @dfn{init file} for short. This an @dfn{initialization file}, or @dfn{init file} for short. This file,
file, if it exists, specifies how to initialize Emacs for you. if it exists, specifies how to initialize Emacs for you and how to
customize its various optional features. The customizations you make by
using @w{@kbd{M-x customize}} (@pxref{Easy Customization}) are also by
default saved in the init file (@pxref{Saving Customizations}).
Traditionally, file @file{~/.emacs} is used as the init file, although Traditionally, file @file{~/.emacs} is used as the init file, although
Emacs also looks at @file{~/.emacs.el}, @file{~/.emacs.d/init.el}, Emacs also looks at @file{~/.emacs.el}, @file{~/.emacs.d/init.el},
@file{~/.config/emacs/init.el}, or other locations. @xref{Find Init}. @file{~/.config/emacs/init.el}, or other locations. @xref{Find Init}.