elpaca
An elisp package manager (by progfolio)
elpa-mirror
Create local emacs package repository. 15 seconds to install 115 packages. (by redguardtoo)
elpaca | elpa-mirror | |
---|---|---|
29 | 13 | |
644 | 315 | |
- | - | |
9.1 | 4.2 | |
1 day ago | 7 months ago | |
Emacs Lisp | Emacs Lisp | |
GNU General Public License v3.0 only | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
elpaca
Posts with mentions or reviews of elpaca.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-24.
-
Zed is now open source
Elpaca [1] does not do this. I use it and it works a treat.
1: https://github.com/progfolio/elpaca
- Package contribution workflow
-
Returning emacs user - what packages are common now?
As others have said your packages work well and should still be widely supported. use-package has been blessed by the maintainers of emacs and will be a default package when Emacs 29 is released. If you are looking for another package manager /u/nv-elisp 's https://github.com/progfolio/elpaca would be a good one to checkout.
-
If you like Straight, you should try Elpaca
One of my biggest challenges with it is for packages that have extensions. Where they just work with Elpa/Melpa but then when you convert over to Elpaca they break and you have to go digging around Elpaca's manual and try to figure out the right file incantation that will make things works.
- Using package loader (e.g. use-package) in file besides init.el?
-
How to Make Emacs Look Cooler with Simple Customization
Elpaca. https://github.com/progfolio/elpaca - an alternative to the built in package manager. Very fast with an eminently decent UI, and allows for any or no fine-tuning how any given package should be installed.
-
Emacs lisp huge single file packages
Here's an overview of the current structure of Elpaca:
- Elpaca: The Basics
-
emacs can be "heavy" but still blazingly fast
If you get around to actually measuring it, let me know. I'm collecting data points for comparison with Elpaca.
-
Will any emacs package manager let me audit packages before installing them?
Elpaca has the elpaca-fetch command for this purpose. It fetches a package repository and will display the commit log. Each commit hash is a button which will open a magit diff view if magit is installed. It could very easily be extended to work with vc, ediff, etc. Here's a screenshot of what the update log looks like:
elpa-mirror
Posts with mentions or reviews of elpa-mirror.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-24.
-
savannah.gnu.org DNS problems?
(and thinking about strategies around this. there is elpa-mirror, which allows for the creation of local Emacs package repos, but I wonder about a good way of automating periodic updates to the mirrored repo without necessarily updating the packages of the local running Emacs.)
-
The most important snippet in my Emacs init file. (For Newbs)
You could use https://github.com/redguardtoo/elpa-mirror
- Offline Emacs
-
Am I ignoring something much better?(Thinking of vim to emacs, need help)
You can also create your own local repo from installed packages, see https://github.com/redguardtoo/elpa-mirror
-
Lazy loading and lazy installation of packages
You could use https://github.com/redguardtoo/elpa-mirror before migrating your setup. The elpa-mirror create a local repository from you installed packages. Then you can use the local repository to replace remote repository during migration. As its README said, "15 seconds to install 115 packages".
- Best Emacs config without any extra packages?
- How would you configure emacs if you can't install external elisp packages.
-
melpa mirror on air-gapped network
Thanks for that. I downloaded a .zip from this resource which is maintained with elpa-mirror. I unpacked the .zip on the walled-off system, and I now have an up-to-date package archive online after modifying my ~/.emacs.d/init.el.
- How to use Emacs without github access?
-
What's the recommended way to work with multiple package archives?
Besides, I use https://github.com/redguardtoo/elpa-mirror to create my local package repository in case GNU elpa or melpa is shutdown.
What are some alternatives?
When comparing elpaca and elpa-mirror you can also consider the following projects:
consult-notes - Use consult to search notes
melpa - Recipes and build machinery for the biggest Emacs package repo
alexpdp7 - My personal monorepo: blog, writing, personal infra, tools...
straight.el - 🍀 Next-generation, purely functional package manager for the Emacs hacker.
ejira - Emacs JIRA integration
elpa-mirror - Mirror for some Emacs package archives
no-littering - Help keeping ~/.config/emacs clean
emacs-libvterm - Emacs libvterm integration
ggtags - Emacs frontend to GNU Global source code tagging system.
GNU Emacs - Mirror of GNU Emacs
myelpa - Mirror of Emacs packages I'm using