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

Re-link bootstrap.el whenever straight.el is rebuilt #123

Closed
raxod502 opened this issue Aug 3, 2017 · 1 comment
Closed

Re-link bootstrap.el whenever straight.el is rebuilt #123

raxod502 opened this issue Aug 3, 2017 · 1 comment

Comments

@raxod502
Copy link
Member

raxod502 commented Aug 3, 2017

Currently, if you change the :local-repo for straight.el, the bootstrap script is not re-linked, and you have to make a network call using install.el. This is undesirable.

(Of course, we'll always have the edge case of making a copy of straight.el under a different :local-repo and switching to it, but not reloading your init-file before restarting. This should be documented in the developer manual, see #51.)

@raxod502 raxod502 added this to the 1.0 milestone Aug 3, 2017
@raxod502
Copy link
Member Author

I've decided that it makes more sense to not use the symlink and instead just require users who customize :local-repo for straight.el (probably 0 users) to change their bootstrap snippet to point at the appropriate local repository. I am implementing this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant