You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I ensure that straight.el always installs the locked versions of packages? I used straight-freeze-versions to produce a .emacs.d/straight/versions/default.el file. I would assume that (straight-use-package ...) would just pick it up, but it doesn't seem like it. Do I need to add (straight-thaw-versions) after the bootstrap (or after straight-use-package calls) so it always uses the locked versions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
straight.el has been working very nicely for me so far... I have two questions at the moment:
straight
should I gitignore, since it will fetch / build them? I went with:straight.el
always installs the locked versions of packages? I usedstraight-freeze-versions
to produce a.emacs.d/straight/versions/default.el
file. I would assume that(straight-use-package ...)
would just pick it up, but it doesn't seem like it. Do I need to add(straight-thaw-versions)
after the bootstrap (or afterstraight-use-package
calls) so it always uses the locked versions?Beta Was this translation helpful? Give feedback.
All reactions