Nicholas Vollmer
Nicholas Vollmer
Here's a second draft which cleans up the `:build` DSL and allows `elpaca-defstep` to do both direct asynchronous processes and an Emacs subprocess depending on the args passed. In consideration...
#200 May help with this. I'd have to experiment to see how things are getting messed up first, though.
Where do you pull the metadata from?
Another option would be to store `elpaca/cache/melpa.eld` in a gist and sync that to your work machine.
I modified the installer to install another package of mine like so: ``` emacs-lisp ;; Elpaca Installer -*- lexical-binding: t; -*- ;; Copy below this line into your init.el (defvar...
> Okay, I gave it a try and... I saw Emacs exit immediately, just like before. Are you trying the script I posted, or the one you posted in your...
Please try the steps I posted unaltered. It will help us to start from confirming whether or not the simple case works on your end.
I'll consider this closed for now. If you are able to demonstrate that the simple case is failing, feel free to leave a comment and we can investigate further. Thank...
Your version of Elpaca is from before the release of the Emacs version you're using. Upgrading Elpaca should fix the issue: 1. `M-x` `elpaca-update` `elpaca` 2. Copy over the latest...
The above procedure should take care of the issue. Feel free to comment if it does not. Thank you.