aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2005-10-30 03:55:56 +0000
committerChong Yidong2005-10-30 03:55:56 +0000
commitf0cdd9e4586da43d45122102c4a89ad9efe24f71 (patch)
treeb33d687bfa4547eae4c034515f242a6534272e0e
parent4d4d36b1bc12d05523f869c5bb37bf1765eff055 (diff)
downloademacs-f0cdd9e4586da43d45122102c4a89ad9efe24f71.tar.gz
emacs-f0cdd9e4586da43d45122102c4a89ad9efe24f71.zip
Document ~/.emacs.d/init.el.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/os.texi9
2 files changed, 9 insertions, 4 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 50cb7baa1bc..0b8b80760a2 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-10-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * os.texi (Init File): Document ~/.emacs.d/init.el.
4
12005-10-29 Richard M. Stallman <rms@gnu.org> 52005-10-29 Richard M. Stallman <rms@gnu.org>
2 6
3 * internals.texi (Garbage Collection): Document memory-full. 7 * internals.texi (Garbage Collection): Document memory-full.
diff --git a/lispref/os.texi b/lispref/os.texi
index ac2350ac255..3761620c7d0 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -180,10 +180,11 @@ for someone else.
180 180
181 When you start Emacs, it normally attempts to load your @dfn{init 181 When you start Emacs, it normally attempts to load your @dfn{init
182file}, a file in your home directory. Its normal name is 182file}, a file in your home directory. Its normal name is
183@file{.emacs}, but you can alternatively call it @file{.emacs.el}. 183@file{.emacs}, but you can also call it @file{.emacs.el}.
184You can also store it inside a subdirectory @file{.emacs.d}. 184Alternatively, you can use a file named @file{init.el} in a
185Whichever place you use, you can also compile the file (@pxref{Byte 185subdirectory @file{.emacs.d}. Whichever place you use, you can also
186Compilation}); then the actual file loaded will be @file{.emacs.elc}. 186compile the file (@pxref{Byte Compilation}); then the actual file
187loaded will be @file{.emacs.elc} or @file{init.elc}.
187 188
188 The command-line switches @samp{-q}, @samp{-Q}, and @samp{-u} 189 The command-line switches @samp{-q}, @samp{-Q}, and @samp{-u}
189control whether and where to find the init file; @samp{-q} (and the 190control whether and where to find the init file; @samp{-q} (and the