comparison etc/NEWS @ 66555:6c85f5b61c07

.emacs.d/.emacs changed to .emacs.d/init.el
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 30 Oct 2005 14:02:50 +0000
parents 7b888ab5ef0b
children 59a8de2d3c67
comparison
equal deleted inserted replaced
66554:ba2cdafde956 66555:6c85f5b61c07
190 When loading many files, for instance with `emacs *', Emacs normally 190 When loading many files, for instance with `emacs *', Emacs normally
191 displays a buffer menu. This option turns the buffer menu off. 191 displays a buffer menu. This option turns the buffer menu off.
192 192
193 +++ 193 +++
194 ** Init file changes 194 ** Init file changes
195 You can now put the init files .emacs and .emacs_SHELL under 195 If 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
197 init 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
200 automatically at startup, if it exists. When Emacs offers to save 201 automatically at startup, if it exists. When Emacs offers to save
201 modified buffers, it saves the abbrevs too if they have changed. It 202 modified buffers, it saves the abbrevs too if they have changed. It