All Projects → emacs-china → Emacswiki Elpa

emacs-china / Emacswiki Elpa

An unofficial Emacs Lisp Package Archive for EmacsWiki

EmacsWiki ELPA Last Update Badge Total Packages Badge

EmacsWiki ELPA is an Emacs Lisp Package Archive for packages on EmacsWiki.

It is available via HTTP, HTTPS and Rsync.

package.el

package.el supports HTTP and HTTPS, you should use HTTPS whenever possible. Adding the following to your Emacs init file such as ~/.emacs.d/init.el

(require 'package)
(add-to-list
 'package-archives
 '("emacswiki" . "https://mirrors.tuna.tsinghua.edu.cn/elpa/emacswiki/") t)

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].