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

Custom personal dir #1393

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

Conversation

freeduck
Copy link

@freeduck freeduck commented Jan 7, 2023

By setting PRELUDE_PERSONAL_DIR personal prelude configuration can be kept outside the main prelude directory.

By setting PRELUDE_PERSONAL_DIR personal prelude configuration can be
kept outside the main prelude directory.
(defvar prelude-personal-dir (or (let ((personal-dir (getenv "PRELUDE_PERSONAL_DIR")))
(when personal-dir
(let ((personal-dir-exp (expand-file-name personal-dir)))
(when (file-directory-p personal-dir-exp)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to me without some feedback for the user that they set the wrong thing in the var, this check is kind of pointless.

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