Marmalade

From WikEmacs
Revision as of 23:18, 22 August 2012 by PuercoPop (talk | contribs) (Undo revision 2896 by 188.143.232.12 (talk))
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)

See Also

Project Pages

Tutorial Pages