diff options
| author | Chong Yidong | 2005-10-30 03:55:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2005-10-30 03:55:56 +0000 |
| commit | f0cdd9e4586da43d45122102c4a89ad9efe24f71 (patch) | |
| tree | b33d687bfa4547eae4c034515f242a6534272e0e | |
| parent | 4d4d36b1bc12d05523f869c5bb37bf1765eff055 (diff) | |
| download | emacs-f0cdd9e4586da43d45122102c4a89ad9efe24f71.tar.gz emacs-f0cdd9e4586da43d45122102c4a89ad9efe24f71.zip | |
Document ~/.emacs.d/init.el.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/os.texi | 9 |
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 @@ | |||
| 1 | 2005-10-29 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * os.texi (Init File): Document ~/.emacs.d/init.el. | ||
| 4 | |||
| 1 | 2005-10-29 Richard M. Stallman <rms@gnu.org> | 5 | 2005-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 |
| 182 | file}, a file in your home directory. Its normal name is | 182 | file}, 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}. |
| 184 | You can also store it inside a subdirectory @file{.emacs.d}. | 184 | Alternatively, you can use a file named @file{init.el} in a |
| 185 | Whichever place you use, you can also compile the file (@pxref{Byte | 185 | subdirectory @file{.emacs.d}. Whichever place you use, you can also |
| 186 | Compilation}); then the actual file loaded will be @file{.emacs.elc}. | 186 | compile the file (@pxref{Byte Compilation}); then the actual file |
| 187 | loaded 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} |
| 189 | control whether and where to find the init file; @samp{-q} (and the | 190 | control whether and where to find the init file; @samp{-q} (and the |