aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2005-10-30 14:02:50 +0000
committerChong Yidong2005-10-30 14:02:50 +0000
commite982b86f685d5f43661e55f4899a9fbcae84cee1 (patch)
tree419ed71906f5288e8b4723be04982d6689eb5ad3
parent7c8bd6a4a0af6a1b1846b359795eaa091cf750ad (diff)
downloademacs-e982b86f685d5f43661e55f4899a9fbcae84cee1.tar.gz
emacs-e982b86f685d5f43661e55f4899a9fbcae84cee1.zip
.emacs.d/.emacs changed to .emacs.d/init.el
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e41e8183900..2d2623f25a1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -192,8 +192,9 @@ displays a buffer menu. This option turns the buffer menu off.
192 192
193+++ 193+++
194** Init file changes 194** Init file changes
195You can now put the init files .emacs and .emacs_SHELL under 195If the init file ~/.emacs does not exist, Emacs will try
196~/.emacs.d or directly under ~. Emacs will find them in either place. 196~/.emacs.d/init.el or ~/.emacs.d/init.elc. You can also put the shell
197init file .emacs_SHELL under ~/.emacs.d.
197 198
198+++ 199+++
199** Emacs now reads the standard abbrevs file ~/.abbrev_defs 200** Emacs now reads the standard abbrevs file ~/.abbrev_defs