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

Allow the option of not overriding package-user-dir #1407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmgerman
Copy link

Currently prelude overrides user-package-dir to be /elpa

This patch does not change that behaviour, but gives the user to disable it.

Adds a variable prelude-override-package-user-dir that by default is t.

The path is only set when prelude-override-package-user-dir is true

Addresses #1406


Before submitting the PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):

  • [ X] The commits are consistent with our contribution guidelines
  • [ X] You've updated the changelog (if adding/changing user-visible functionality)
  • [ X] You've updated the user manual (if adding/changing user-visible functionality like modules, commands, configuration options, etc)

Thanks!

Currently prelude overrides user-package-dir to be <prelude-dir>/elpa

This patch does not change that behaviour, but gives the user
to disable it.

Adds a variable prelude-override-package-user-dir that by default is t.

The path is only set when prelude-override-package-user-dir is true
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

Successfully merging this pull request may close these issues.

None yet

2 participants