Marmalade is a package archive for Emacs Lisp.
- It makes it easy to distribute packages.
- It's fully compatible with
package.eland ELPA. - It's open source, so you can help improve it.
- It goes great on toast.
-
First, if you are not using Emacs 24, install
package.el. - Add to your
.emacs:(require 'package) (add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/")) (package-initialize) - M-x eval-buffer to evaluate it, and then do M-x package-refresh-contents to load in the package listing.
- You're good to go!
Add Package
All Packages
| Name | Version | Author |
|---|---|---|
| flymake | 0.4.16 | Pavel Kobyakov |
| s-buffer | 0.0.1 | Nic Ferrier |
| marmalade-service | 2.0.8 | |
| elnode | 0.9.9.6.10 | Nic Ferrier |
| flycheck | 0.12 | Sebastian Wiesner |
| fakir | 0.1.1 | Nic Ferrier |
| kanban | 0.1.2 | Arne Babenhauserheide |
| erefactor | 0.6.10 | Masahiro Hayashi |
| ess-smart-underscore | 0.75 | Matthew L. Fidler |
| cl-format | 1.1 | Andreas Politz |