Difference between revisions of "Marmalade"
Jump to navigation
Jump to search
(Undo revision 2971 by 37.220.13.23 (talk)) |
(Undo revision 2896 by 188.143.232.12 (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 == | ||
[[Category:Project Management]][[Category:Convenience]] | [[Category:Project Management]][[Category:Convenience]] |
Revision as of 23:18, 22 August 2012
Marmalade is a package.el repository, supported by the Emacs community. It's best known feature is the ability to submit Emacs packages directly via Marmalade's web UI.
Basic setup
(require 'package)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/"))
(package-initialize)