Difference between revisions of "Marmalade"
Jump to navigation
Jump to search
(added a basic marmalade page) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 18: | Line 18: | ||
== Project Pages == | == Project Pages == | ||
− | * [http:// | + | * [http://marmalade-repo.org Project Page] |
− | * [https://github.com/ | + | * [https://github.com/nicferrier/marmalade GitHub Repo] |
== Tutorial Pages == | == Tutorial Pages == | ||
[[Category:Project Management]][[Category:Convenience]] | [[Category:Project Management]][[Category:Convenience]] |
Latest revision as of 12:56, 6 September 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)