Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f0cdd9e4
Commit
f0cdd9e4
authored
Oct 30, 2005
by
Chong Yidong
Browse files
Document ~/.emacs.d/init.el.
parent
4d4d36b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
lispref/ChangeLog
lispref/ChangeLog
+4
-0
lispref/os.texi
lispref/os.texi
+5
-4
No files found.
lispref/ChangeLog
View file @
f0cdd9e4
2005
-
10
-
29
Chong
Yidong
<
cyd
@
stupidchicken
.
com
>
*
os
.
texi
(
Init
File
):
Document
~/.
emacs
.
d
/
init
.
el
.
2005
-
10
-
29
Richard
M
.
Stallman
<
rms
@
gnu
.
org
>
*
internals
.
texi
(
Garbage
Collection
):
Document
memory
-
full
.
...
...
lispref/os.texi
View file @
f0cdd9e4
...
...
@@ -180,10 +180,11 @@ for someone else.
When you start Emacs, it normally attempts to load your @dfn{init
file}, a file in your home directory. Its normal name is
@file{.emacs}, but you can alternatively call it @file{.emacs.el}.
You can also store it inside a subdirectory @file{.emacs.d}.
Whichever place you use, you can also compile the file (@pxref{Byte
Compilation}); then the actual file loaded will be @file{.emacs.elc}.
@file{.emacs}, but you can also call it @file{.emacs.el}.
Alternatively, you can use a file named @file{init.el} in a
subdirectory @file{.emacs.d}. Whichever place you use, you can also
compile the file (@pxref{Byte Compilation}); then the actual file
loaded will be @file{.emacs.elc} or @file{init.elc}.
The command-line switches @samp{-q}, @samp{-Q}, and @samp{-u}
control whether and where to find the init file; @samp{-q} (and the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment