prelude icon indicating copy to clipboard operation
prelude copied to clipboard

Allow the option of not overriding package-user-dir

Open dmgerman opened this issue 2 years ago • 0 comments

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!

dmgerman avatar Aug 12 '23 18:08 dmgerman