dimitri / el-get

Manage the external elisp bits and pieces upon which you depend!
http://tapoueh.org/emacs/el-get.html
1.64k stars 457 forks source link

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

Open pedz opened 2 years ago

pedz commented 2 years ago

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 2 years ago

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.

lispstudent commented 1 year ago

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

pedz commented 1 year ago

https://github.com/dimitri/el-get/pull/2888