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

hardcoded paths #52

Open
Xylon2 opened this issue Mar 13, 2022 · 0 comments
Open

hardcoded paths #52

Xylon2 opened this issue Mar 13, 2022 · 0 comments

Comments

@Xylon2
Copy link

Xylon2 commented Mar 13, 2022

I like to use chemacs2 to allow me to try out new emacs configs. However this config is incompatible due to hardcoded paths to ~/.emacs.d in these files:

  • init.el
  • customizations/ui.el
  • customizations/setup-clojure.el

Should be better to set it like this:
(expand-file-name "path" user-emacs-directory)

I notice that in editing.el you already do it like this which also works:
(concat user-emacs-directory "path")

Many thanks.

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

1 participant