2012-01-21 20:28:53 +00:00
|
|
|
;; -*- mode: emacs-lisp -*-
|
|
|
|
((clojure-mode
|
|
|
|
:summary "Major mode for Clojure code"
|
|
|
|
:url "git://github.com/technomancy/clojure-mode.git"
|
|
|
|
:fetcher git)
|
|
|
|
(deft
|
|
|
|
:summary "Quickly browse, filter, and edit plain text notes"
|
|
|
|
:url "git://jblevins.org/git/deft.git"
|
|
|
|
:fetcher git)
|
|
|
|
(evil
|
|
|
|
:summary "Extensible vi layer"
|
|
|
|
:url "git://gitorious.org/evil/evil.git"
|
|
|
|
:fetcher git)
|
|
|
|
(full-ack
|
|
|
|
:summary nil
|
|
|
|
:url "git://github.com/nschum/full-ack.git"
|
|
|
|
:fetcher git)
|
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)
|
2012-01-21 20:28:53 +00:00
|
|
|
(haskell-mode
|
|
|
|
:summary "A Haskell editing mode"
|
|
|
|
:url "http://code.haskell.org/haskellmode-emacs"
|
|
|
|
:fetcher darcs)
|
|
|
|
(hl-sentence
|
|
|
|
:summary "Highlight a sentence based on customizable face"
|
|
|
|
:url "git://github.com/milkypostman/hl-sentence.git"
|
2012-01-21 18:04:55 +00:00
|
|
|
:fetcher git
|
2012-01-21 20:28:53 +00:00
|
|
|
:files ("hl-sentence.el"))
|
|
|
|
(ido-ubiquitous
|
|
|
|
:summary "Use ido (nearly) everywhere"
|
|
|
|
:url "git://github.com/technomancy/ido-ubiquitous.git"
|
|
|
|
:fetcher git)
|
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 20:28:53 +00:00
|
|
|
(magithub
|
|
|
|
:summary "Magit extensions for using GitHub"
|
|
|
|
:url "git://github.com/nex3/magithub.git"
|
|
|
|
:fetcher git
|
|
|
|
:files ("magithub.el"))
|
|
|
|
(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"))
|
|
|
|
(markdown-mode+
|
|
|
|
:summary "milkypostman's additions to markdown-mode"
|
|
|
|
:url "git://github.com/milkypostman/markdown-mode-plus.git"
|
|
|
|
:fetcher git)
|
|
|
|
(paredit
|
|
|
|
:summary "Minor mode for editing parentheses"
|
|
|
|
:url "http://mumble.net/~campbell/emacs/paredit"
|
|
|
|
:fetcher darcs)
|
|
|
|
(rinari
|
|
|
|
:summary "Rinari Is Not A Rails IDE"
|
|
|
|
:url "git://github.com/eschulte/rinari.git"
|
|
|
|
:fetcher git)
|
|
|
|
(smex
|
|
|
|
:summary "M-x interface with Ido-style fuzzy matching"
|
|
|
|
:url "git://github.com/nonsequitur/smex.git"
|
|
|
|
:fetcher git)
|
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 20:02:26 +00:00
|
|
|
(undo-tree
|
|
|
|
:summary "Treat undo history as a tree"
|
|
|
|
:url "http://www.dr-qubit.org/git/undo-tree.git"
|
2012-01-21 20:28:53 +00:00
|
|
|
:fetcher git
|
|
|
|
:files ("undo-tree.el"))
|
|
|
|
(yasnippet
|
|
|
|
:summary "Yet another snippet extension for Emacs"
|
|
|
|
:url "http://yasnippet.googlecode.com/svn"
|
|
|
|
:fetcher svn)
|
2012-01-21 18:04:55 +00:00
|
|
|
)
|
2012-01-21 20:04:54 +00:00
|
|
|
|
2012-01-21 20:28:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|