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
My organization blocks downloading tar files from the Internet. This prevents me from using package.el to install any package. The Emacs gets stuck while starting up with this configuration tree in the package installation phase.
However, I am able to use straight.el to install packages. I am a beginner in Lisp. From my study of init-elpa.el, I think the line (package-install best) is responsible for installing each and every package. How can I change it to use straight.el?
Can you please modify the README to include instructions on how to use this emacs configuration tree with straight.el?
The text was updated successfully, but these errors were encountered:
My organization blocks downloading tar files from the Internet. This prevents me from using
package.el
to install any package. The Emacs gets stuck while starting up with this configuration tree in the package installation phase.However, I am able to use
straight.el
to install packages. I am a beginner in Lisp. From my study of init-elpa.el, I think the line(package-install best)
is responsible for installing each and every package. How can I change it to usestraight.el
?Can you please modify the README to include instructions on how to use this emacs configuration tree with
straight.el
?The text was updated successfully, but these errors were encountered: