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

Slightly better suggestion of how to set load-path #2888

Closed pedz closed 1 year ago

pedz commented 1 year ago

Changed:

(add-to-list 'load-path "~/.emacs.d/el-get/el-get")

to

(add-to-list 'load-path (expand-file-name "el-get/el-get" user-emacs-directory))

in 9 places allowing the user's emacs directory to be somewhere other than ~/.emacs.d such as ~/.config/emacs.