Difference between revisions of "MELPA"
Jump to navigation
Jump to search
(Undo revision 2890 by 94.23.1.28 (talk)) |
|||
Line 16: | Line 16: | ||
* [[el-get]] | * [[el-get]] | ||
− | + | == Project Pages == | |
+ | |||
+ | * [http://melpa.milkbox.net/ Project Page] | ||
+ | * [https://github.com/milkypostman/melpa GitHub Repo] | ||
== Tutorial Pages == | == Tutorial Pages == |
Revision as of 21:31, 22 July 2012
MELPA (or Milkypostman’s ELPA or Milkypostman’s Experimental Lisp Package Repository if you’re not into the whole brevity thing) is a package.el repository for development versions of Emacs packages (hot from the repo).
Basic setup
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)