Mercurial > emacs
comparison man/custom.texi @ 72498:ee4295c07eed
* custom.texi (Init File): Reference Find Init to avoid "home
directory" confusion.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 23 Aug 2006 16:36:24 +0000 |
parents | 77266daa9ec9 |
children | e81b342a6e8a 6823a91487f2 |
comparison
equal
deleted
inserted
replaced
72497:6cc945ca398a | 72498:ee4295c07eed |
---|---|
2061 @cindex Emacs initialization file | 2061 @cindex Emacs initialization file |
2062 @cindex key rebinding, permanent | 2062 @cindex key rebinding, permanent |
2063 @cindex rebinding keys, permanently | 2063 @cindex rebinding keys, permanently |
2064 @cindex startup (init file) | 2064 @cindex startup (init file) |
2065 | 2065 |
2066 When Emacs is started, it normally loads a Lisp program from the | 2066 When Emacs is started, it normally loads a Lisp program from the file |
2067 file @file{.emacs} or @file{.emacs.el} in your home directory | 2067 @file{.emacs} or @file{.emacs.el} in your home directory (@pxref{Find Init}). |
2068 (see @ref{General Variables, HOME}, if you don't know where that is). | |
2069 We call this file your @dfn{init file} because it specifies how to | 2068 We call this file your @dfn{init file} because it specifies how to |
2070 initialize Emacs for you. You can use the command line switch | 2069 initialize Emacs for you. You can use the command line switch |
2071 @samp{-q} to prevent loading your init file, and @samp{-u} (or | 2070 @samp{-q} to prevent loading your init file, and @samp{-u} (or |
2072 @samp{--user}) to specify a different user's init file (@pxref{Initial | 2071 @samp{--user}) to specify a different user's init file (@pxref{Initial |
2073 Options}). | 2072 Options}). |