emacs-china / emacswiki-elpa

An unofficial Emacs Lisp Package Archive for EmacsWiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An unofficial Emacs Lisp Package Archive for EmacsWiki


Languages

Language:Emacs Lisp 68.9%Language:Makefile 31.1%