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

User Specific save files #999

Closed
wants to merge 1 commit into from

Conversation

ksinkar
Copy link
Contributor

@ksinkar ksinkar commented May 19, 2016

Prelude is generally stored in ~/.emacs.d of the user who wants to
use it. But for a system wide install of prelude it does not make
sense for every user on the system to install it and link to it.
It is better in that case to install it in a global position like
/opt/prelude and put the following line in site-start.el file

 (load "/opt/prelude/init.el")

Due to this change the local history and cache files of the
individual users get stored in their home directories instead
of trying to save it in prelude-dir

@bbatsov bbatsov force-pushed the master branch 2 times, most recently from 11e249d to 5e60495 Compare May 28, 2016 12:51
@ksinkar
Copy link
Contributor Author

ksinkar commented Aug 6, 2016

@bbatsov please give your feedback on this PR.

@stale
Copy link

stale bot commented May 8, 2019

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

@stale stale bot added the stale label May 8, 2019
Prelude is generally stored in ~/.emacs.d of the user who wants to
use it. But for a system wide install of prelude it does not make
sense for every user on the system to install it and link to it.
It is better in that case to install it in a global position like
/opt/prelude and put the following line in site-start.el file

     (load "/opt/prelude/init.el")

Due to this change the local history and cache files of the
individual users get stored in their home directories instead
of trying to save it in prelude-dir
@stale stale bot removed the stale label May 12, 2019
@stale
Copy link

stale bot commented Aug 10, 2019

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

@stale stale bot added the stale label Aug 10, 2019
@stale
Copy link

stale bot commented Sep 9, 2019

This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it.

@stale stale bot closed this Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant