]> git.eshelyaron.com Git - emacs.git/commitdiff
Document custom-file variable.
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Jul 2002 19:11:14 +0000 (19:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Jul 2002 19:11:14 +0000 (19:11 +0000)
man/custom.texi

index 6fbe69efb87ec9c0aa806945b2de36cf24dcd544..c5792a0c85864b46f49063dc50101d673ba31a59 100644 (file)
@@ -523,6 +523,18 @@ option variable again each time you start Emacs.  To save the option,
 invoke @samp{[State]} and select the @samp{Save for Future Sessions}
 operation.
 
+@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:
+
+@example
+(load "~/.emacs-custom")
+(setq custom-file "~/.emacs-custom")
+@end example
+
   If Emacs was invoked with the @option{-q} or @option{--no-init-file}
 options (@pxref{Initial Options}), it will not let you save your
 customizations in your @file{~/.emacs} init file.  This is because