technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.87k stars 887 forks source link

.el files in the userdir are being put in the load-path #126

Closed ghost closed 12 years ago

ghost commented 12 years ago

The .el files in ~/.emacs.d// are automatically loaded at the startup. Is there any use of also putting them in the load-path?

For example, the file tex.el would "win" over the AuCTeX-mode's tex.el and break the TeX support.

DarwinAwardWinner commented 12 years ago

The main use would probably be easily reloading them after editing.

mamciek commented 12 years ago

after the patch emacs complains that "mapc: Cannot open load file" any file placed in the esk-user-dir

DarwinAwardWinner commented 12 years ago

The convention that I've used in my personal emacs config (not ESK-based) is to have all of my settings files be named [PACKAGE]-settings.el. That way there is never any naming conflict.