Файл настроек emacs
Начиная с версии 22 настройки emacs рекомендуется хранить в файле ~/.emacs.d/init.el (proof link1, proof link2).
Я просто скопировал всё содержимое файла ~/.emacs в файл ~/.emacs.d/init.el, а файл ~/.emacs переименовал. Все работает нормально. Если же файл ~/.emacs оставить, то файл ~/.emacs.d/init.el загружаться не будет.
Файл iniy.el, в принципе, можно скомпилировать, но это не рекомендуется. “Byte-compiling your init file is not recommended (see Byte Compilation). It generally does not speed up startup very much, and often leads to problems when you forget to recompile the file. A better solution is to use the Emacs server to reduce the number of times you have to start Emacs (see Emacs Server). If your init file defines many functions, consider moving them to a separate (byte-compiled) file that you load in your init file” (link).


osya





