Difference between revisions of "MELPA"
Jump to navigation
Jump to search
(add category) |
|||
(5 intermediate revisions by 4 users not shown) | |||
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 == | ||
Line 22: | Line 25: | ||
* [http://batsov.com/articles/2012/04/06/melpa-homebrew-emacs-edition/ MELPA - Homebrew (Emacs Edition)] | * [http://batsov.com/articles/2012/04/06/melpa-homebrew-emacs-edition/ MELPA - Homebrew (Emacs Edition)] | ||
− | [[Category:Project Management]][[Category:Convenience]] | + | [[Category:Project Management]] |
+ | [[Category:Convenience]] | ||
+ | [[Category:Emacs Lisp]] | ||
+ | [[Category:Intermediate]] |
Latest revision as of 21:33, 12 June 2017
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)