melpa/pkglist

103 lines
2.7 KiB
Text
Raw Normal View History

2012-01-21 20:28:53 +00:00
;; -*- mode: emacs-lisp -*-
((browse-kill-ring
:url "git://github.com/todesschaf/browse-kill-ring.git"
:fetcher git
:files ("browse-kill-ring.el"))
(clojure-mode
2012-01-21 20:28:53 +00:00
:url "git://github.com/technomancy/clojure-mode.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("clojure-mode.el"))
(clojure-test-mode
:url "git://github.com/technomancy/clojure-mode.git"
:fetcher git
:files ("clojure-test-mode.el"))
(clojurescript-mode
:url "git://github.com/technomancy/clojure-mode.git"
:fetcher git
:files ("clojurescript-mode.el"))
2012-01-21 20:28:53 +00:00
(deft
:url "git://jblevins.org/git/deft.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("deft.el"))
2012-01-21 20:28:53 +00:00
(evil
:url "git://gitorious.org/evil/evil.git"
:fetcher git)
(find-file-in-project
:url "git://github.com/technomancy/find-file-in-project.git"
:fetcher git
:files ("find-file-in-project.el"))
2012-01-21 20:28:53 +00:00
(full-ack
:url "git://github.com/nschum/full-ack.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("full-ack.el"))
2012-01-21 20:02:20 +00:00
(gist
:url "git://github.com/defunkt/gist.el.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("gist.el"))
2012-01-21 20:28:53 +00:00
(haskell-mode
:url "http://code.haskell.org/haskellmode-emacs"
:fetcher darcs)
(hl-sentence
:url "git://github.com/milkypostman/hl-sentence.git"
:fetcher git
2012-01-21 20:28:53 +00:00
:files ("hl-sentence.el"))
(idle-highlight-mode
:url "git://github.com/nonsequitur/idle-highlight-mode.git"
:fetcher git
:files ("idle-highlight-mode.el"))
2012-01-21 20:28:53 +00:00
(ido-ubiquitous
:url "git://github.com/technomancy/ido-ubiquitous.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("ido-ubiquitous.el"))
2012-01-21 18:06:29 +00:00
(magit
:url "git://github.com/magit/magit.git"
:fetcher git)
2012-01-21 20:28:53 +00:00
(magithub
:url "git://github.com/nex3/magithub.git"
:fetcher git
:files ("magithub.el"))
(markdown-mode
:url "git://github.com/milkypostman/markdown-mode.git"
:fetcher git
:files ("markdown-mode.el"))
(markdown-mode+
:url "git://github.com/milkypostman/markdown-mode-plus.git"
:fetcher git)
(paredit
:url "http://mumble.net/~campbell/emacs/paredit"
2012-01-21 21:04:35 +00:00
:fetcher darcs
:files ("paredit.el"))
2012-01-21 20:28:53 +00:00
(rinari
:url "git://github.com/eschulte/rinari.git"
:fetcher git)
(smex
:url "git://github.com/nonsequitur/smex.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("smex.el"))
(starter-kit
:url "git://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
: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
:files ("modules/starter-kit-bindings.el"))
(starter-kit-lisp
:url "git://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-lisp.el"))
2012-01-21 20:02:26 +00:00
(undo-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
2012-01-21 21:04:35 +00:00
:url "https://github.com/capitaomorte/yasnippet"
:fetcher git)
)
2012-01-21 20:04:54 +00:00
2012-01-21 20:28:53 +00:00