Skip to content

An unofficial Emacs Lisp Package Archive for EmacsWiki

Notifications You must be signed in to change notification settings

emacs-china/emacswiki-elpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published