Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pedz opened this issue Mar 26, 2022 · 3 comments
Open

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

pedz opened this issue Mar 26, 2022 · 3 comments

Comments

@pedz
Copy link
Contributor

pedz commented Mar 26, 2022

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
Copy link
Contributor Author

pedz commented Mar 26, 2022

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
Copy link
Contributor

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

@pedz
Copy link
Contributor Author

pedz commented Dec 15, 2022

#2888

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants