MELPA

From WikEmacs
Revision as of 14:36, 6 April 2012 by Bozhidar (talk | contribs) (added a basic MELPA page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)

Helpful keybindings

See Also

Project Pages

Tutorial Pages