Search
Results
Emacs package management with straight.el and use-package
[https://jeffkreeftmeijer.com/emacs-straight-use-package/] - - public:mzimmerm
use-package is a macro, NOT a package manager. It can call either package.el (the default emacs package manager which uses MELPA but other package repo can be added) or straight.el (the new package manager alternative which allows to use package repos as package.el BUT also allows to use custom defined, git-sourced package repos)
