# HG changeset patch # User Stefan Monnier # Date 1029361808 0 # Node ID 9e6a5f8d0463643401a68242fad04ba1a7c0048c # Parent 13ce201c962080b9eab218001742efca84a71834 Don't need to load custom-file from your .emacs any more. diff -r 13ce201c9620 -r 9e6a5f8d0463 man/custom.texi --- a/man/custom.texi Wed Aug 14 21:46:21 2002 +0000 +++ b/man/custom.texi Wed Aug 14 21:50:08 2002 +0000 @@ -526,12 +526,11 @@ @vindex custom-file The customization buffer normally saves customizations in @file{~/.emacs}. If you wish, you can save customizations in another -file instead. To make this work, your @file{~/.emacs} should load -that file and should also set @code{custom-file} to the name of that -file. For example: +file instead. To make this work, your @file{~/.emacs} should set +@code{custom-file} to the name of that file. Emacs will then load +the file right after your @file{.emacs}. For example: @example -(load "~/.emacs-custom") (setq custom-file "~/.emacs-custom") @end example