2012-01-21 20:02:20 +00:00
|
|
|
(
|
|
|
|
(gist
|
|
|
|
:summary "Emacs integration for gist.github.com"
|
|
|
|
:url "git://github.com/defunkt/gist.el.git"
|
|
|
|
:fetcher git)
|
|
|
|
(markdown-mode
|
2012-01-21 18:04:55 +00:00
|
|
|
:url "git://github.com/milkypostman/markdown-mode.git"
|
|
|
|
:fetcher git
|
|
|
|
:summary "Emacs Major mode for Markdown-formatted text files"
|
|
|
|
:files ("markdown-mode.el"))
|
2012-01-21 18:06:29 +00:00
|
|
|
(magit
|
|
|
|
:url "git://github.com/magit/magit.git"
|
|
|
|
:fetcher git
|
|
|
|
:summary "Control Git from Emacs")
|
2012-01-21 19:00:42 +00:00
|
|
|
(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"))
|
2012-01-21 18:04:55 +00:00
|
|
|
)
|