Doc fix; change recommended file name of custom-file
* lisp/cus-edit.el (custom-file): Change file name recommendation to match Info node '(emacs) Saving Customizations'.
This commit is contained in:
parent
044dd1e210
commit
199e2468d3
1 changed files with 2 additions and 2 deletions
|
@ -4646,8 +4646,8 @@ You can set this option through Custom, if you carefully read the
|
||||||
last paragraph below. However, usually it is simpler to write
|
last paragraph below. However, usually it is simpler to write
|
||||||
something like the following in your init file:
|
something like the following in your init file:
|
||||||
|
|
||||||
\(setq custom-file \"~/.emacs-custom.el\")
|
(setq custom-file \"~/.config/emacs-custom.el\")
|
||||||
\(load custom-file)
|
(load custom-file)
|
||||||
|
|
||||||
Note that both lines are necessary: the first line tells Custom to
|
Note that both lines are necessary: the first line tells Custom to
|
||||||
save all customizations in this file, but does not load it.
|
save all customizations in this file, but does not load it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue