dimitri/el-get

Using ~/.config/emacs instead of ~/.emacs.d

pedz opened this issue · 3 comments

pedz commented

In the README here on this site in the Basic Setup, it says (add-to-list 'load-path "~/.emacs.d/el-get/el-get") but that should really be something that uses the user-emacs-directory directory. I guess:

(add-to-list 'load-path (concat user-emacs-directory "el-get/el-get"))
pedz commented

Note... I have comments in my init.el file that say that sub.el use to set it to a constant. I don't have any idea how old that comment is but it appears to not be valid any more.

Would you not submit a Pull Request? Perhaps it would make it easier for the maintainers to accept?

pedz commented