straight.el
straight.el copied to clipboard
π Next-generation, purely functional package manager for the Emacs hacker.
This is just a heads up that autoload.el seems to be in the process of being replaced by loaddefs-gen.el, which was introduced in the last months (starting from Emacs commit...
## What's wrong `straight.el` hasn't installed a single package yet, and it's already consuming north of 300M on disk: ## Directions to reproduce 1. `rm -rf ~/.emacs.d/straight` 2. Apply the...
The network situation in China is not very stable, in that we must use proxy to access GitHub. However, this leads another question: `git clone` or `git pull` may throws...
Test Case ```emacs-lisp (straight-bug-report :interactive :post-bootstrap (setq debug-on-quit t) (straight-use-package '(nov-xwidget :host github :repo "chenyanming/nov-xwidget" :type git))) ``` - Test run at: `2022-06-24 10:01:00` - system-type: `darwin` - straight-version: `prerelease...
Currently, straight.el freezes the version of *ELPA mirrors but ideally it shouldn't. Today, I removed the build/ and repo/ directories from straight's tree and rebuilt all the packages. straight cloned...
Fixes issue #985. I believe this may be what is needed, but I havenβt tested it extensively yet.
Hi again, I was thinking about giving straight.el a try for installing some of my own packages (rather than waiting for MELPA to rebuild them, or manually copying them into...
I find myself not-infrequently encountering the following error: ``` if: No catch for tag: emacs-version-changed, nil ``` As I understand it, `bootstrap.el` is supposed to catch that tag, and the...
I like to run several version of emacs on the same machine. All are now the same version so issue #931 applies for example if I want to run a...
## What's wrong Straight doesn't use some of the dependencies when building package such as Magit (in this case it doesn't add the Transient dependency) which leads to one of...