technomancy / emacs-starter-kit

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

v2: $USER.el loads after init.el #84

Closed foogoof closed 13 years ago

foogoof commented 13 years ago

;; init.el (prin1 "init")

;; foogoof.el (prin1 "foo")

From messages

Loading /Users/foogoof/.recentf...done Cleaning up the recentf list...done (0 removed) Ido mode enabled Loading /Users/foogoof/.emacs.d/foogoof.el (source)... "foo" Loading /Users/foogoof/.emacs.d/foogoof.el (source)...done "init"

filipeamoreira commented 13 years ago

Hi @seth-schroeder,

You probably meant that $USER.el load before init.el. On my setup my local user configurations load before init.el and is overwritten by the default package.el installation.

technomancy commented 13 years ago

I think now with the way autoloads work in version 2 this is out of our control.