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
d3675605
Commit
d3675605
authored
Jan 04, 2005
by
Richard M. Stallman
Browse files
(Saving Customizations): Minor improvement.
parent
d198dfaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
man/ChangeLog
man/ChangeLog
+6
-2
man/custom.texi
man/custom.texi
+2
-1
No files found.
man/ChangeLog
View file @
d3675605
2005-01-04 Richard M. Stallman <rms@gnu.org>
* custom.texi (Saving Customizations): Minor improvement.
2005-01-04 Jay Belanger <belanger@truman.edu>
* calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
...
...
@@ -6,8 +10,8 @@
2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
* custom.texi (Saving Customizations): Emacs no longer loads
`custom-file' after .emacs
in 21.4. (It never did in prior
versions.) No longer mention customizing through
Custom.
`custom-file' after .emacs
. No longer mention customizing through
Custom.
2005-01-01 Jay Belanger <belanger@truman.edu>
...
...
man/custom.texi
View file @
d3675605
...
...
@@ -487,7 +487,8 @@ set, saved or reset.
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
set
@
code
{
custom
-
file
}
to
the
name
of
that
file
and
load
it
.
For
example
:
@
code
{
custom
-
file
}
to
the
name
of
that
file
.
Then
you
should
load
the
file
by
calling
@
code
{
load
}.
For
example
:
@
example
(
setq
custom
-
file
"~/.emacs-custom.el"
)
...
...
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