mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
(
|
|
(gist
|
|
:summary "Emacs integration for gist.github.com"
|
|
:url "git://github.com/defunkt/gist.el.git"
|
|
:fetcher git)
|
|
(markdown-mode
|
|
:url "git://github.com/milkypostman/markdown-mode.git"
|
|
:fetcher git
|
|
:summary "Emacs Major mode for Markdown-formatted text files"
|
|
:files ("markdown-mode.el"))
|
|
(magit
|
|
:url "git://github.com/magit/magit.git"
|
|
:fetcher git
|
|
:summary "Control Git from Emacs")
|
|
(starter-kit
|
|
:url "git://github.com/technomancy/emacs-starter-kit.git"
|
|
:fetcher git
|
|
:summary "Saner defaults and goodies"
|
|
:files ("starter-kit-defuns.el"
|
|
"starter-kit-misc.el"
|
|
"starter-kit.el"))
|
|
(starter-kit-bindings
|
|
:url "git://github.com/technomancy/emacs-starter-kit.git"
|
|
:fetcher git
|
|
:summary "Saner defaults and goodies: bindings"
|
|
:files ("modules/starter-kit-bindings.el"))
|
|
(starter-kit-lisp
|
|
:url "git://github.com/technomancy/emacs-starter-kit.git"
|
|
:fetcher git
|
|
:summary "Saner defaults and goodies for lisp languages"
|
|
:files ("modules/starter-kit-lisp.el"))
|
|
(undo-tree
|
|
:summary "Treat undo history as a tree"
|
|
:url "http://www.dr-qubit.org/git/undo-tree.git"
|
|
:fetcher git)
|
|
(haskell-mode
|
|
:summary "A Haskell editing mode"
|
|
:url "http://code.haskell.org/haskellmode-emacs"
|
|
:fetcher darcs)
|
|
)
|
|
|