prelude icon indicating copy to clipboard operation
prelude copied to clipboard

Give the option of not overriding elpa directory (package-user-dir)

Open dmgerman opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

I want to have different elpa directories for different versions of emacs. Currently prelude overrides package-user-dir

Describe the solution you'd like

A variable that controls this behaviour (defvar) so the user can override it. eg:

 (when prelude-override-package-user-dir (setq package-user-dir ...

Describe alternatives you've considered

My current solution is has been to comment the (setq package-user-dir ...) line

Additional context

It helps to have different directories for elpa downloaded files for different versions of emacs.

dmgerman avatar Jul 29 '23 20:07 dmgerman

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your understanding!

github-actions[bot] avatar Jan 20 '25 01:01 github-actions[bot]