You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning (initialization): Your `load-path' seems to contain
your `.emacs.d' directory: /home/user/.emacs.d/
This is likely to cause problems...
Consider using a subdirectory instead, e.g.: /home/user/.emacs.d/lisp
Not a huge issue for sure, but one that's likely to confuse a new user...
System details, if you need them...
Yes, that certainly could be confusing (and I'm seeing that behavior now too). I'm disinclined to remove .emacs.d/ from the load path, as many people may now be relying on it's presence. I'll look into silencing the warning...
Alright. Having thought about this, I've now removed ~/.emacs.d/ from the load path, as ~/.emacs.d/src/ should be used for source files. See a0e81cb. Hopefully this doesn't affect too many people.
If one follows the [installation instructions](git clone http://github.com/eschulte/emacs24-starter-kit.git), upon startup an initialization warning is generated, stating:
Not a huge issue for sure, but one that's likely to confuse a new user...
System details, if you need them...
The text was updated successfully, but these errors were encountered: