24.09.2022
установка пакетов в emacs
Несколько ссылок по теме.
- package.el - встроенное.
- paradox - красивая замена package-list-packages, не использую.
- https://github.com/jwiegley/use-package - полезная конфигурялка пакетов.
- https://github.com/quelpa/quelpa - You can build and install packages from (fetcher names in parens): Git (git), GitHub (github), Bazaar (bzr), Mercurial (hg), Subversion (svn), CVS (cvs), Darcs (darcs), Fossil (fossil) and EmacsWiki (wiki). Прям очень полезное добавление на случай, когда хочется чего-то нестандартного.
- https://github.com/melpa/melpa - MELPA is a growing collection of package.el-compatible Emacs Lisp packages built automatically on our server from the upstream source code using simple recipes.
- https://github.com/melpa/melpa#recipe-format - в том числе, как писать рецепты для quelpa, которая выше.
- https://github.com/dimitri/el-get - El-Get allows you to install and manage elisp code for Emacs. It supports lots of different types of sources and is able to install them, update them and remove them, but more importantly it will init them for you. That means it will require the features you need, load the necessary files, set the Info paths so that C-h i shows the new documentation you now depend on, and finally call your own initialisation code for you to setup the extension. Or call it a package. El-Get supports package.el as one of its methods to fetch Emacs Lisp Extensions.
- https://github.com/raxod502/straight.el - альтернатива.
Все посты