emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/custom.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/custom.texi
Date: Sat, 27 Jul 2002 15:11:15 -0400

Index: emacs/man/custom.texi
diff -c emacs/man/custom.texi:1.50 emacs/man/custom.texi:1.51
*** emacs/man/custom.texi:1.50  Wed Jun 26 18:37:27 2002
--- emacs/man/custom.texi       Sat Jul 27 15:11:14 2002
***************
*** 523,528 ****
--- 523,540 ----
  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]