prelude
prelude copied to clipboard
Allow the option of not overriding package-user-dir
Currently prelude overrides user-package-dir to be
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!