Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.39 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.39 KB

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