Add a bunch of packages.

This commit is contained in:
Donald Ephraim Curtis 2012-01-21 15:04:35 -06:00
parent ec2655bea3
commit 5b3543261d
2 changed files with 44 additions and 23 deletions

View file

@ -1,18 +1,23 @@
magithub
rinari
clojure-mode
smex
paredit
magit
yasnippet
markdown-mode
markdown-mode+
clojure-test-mode
clojurescript-mode
deft
evil
full-ack
gist
haskell-mode
hl-sentence
ido-ubiquitous
haskell-mode
color-theme-solarized
full-ack
evil
undo-tree
magit
magithub
markdown-mode
markdown-mode+
paredit
rinari
smex
starter-kit
starter-kit-bindings
starter-kit-lisp
undo-tree
yasnippet

36
pkglist
View file

@ -2,11 +2,23 @@
((clojure-mode
:summary "Major mode for Clojure code"
:url "git://github.com/technomancy/clojure-mode.git"
:fetcher git)
:fetcher git
:files ("clojure-mode.el"))
(clojure-test-mode
:summary "Minor mode for Clojure test"
:url "git://github.com/technomancy/clojure-mode.git"
:fetcher git
:files ("clojure-test-mode.el"))
(clojurescript-mode
:summary "Major mode for ClojureScript code"
:url "git://github.com/technomancy/clojure-mode.git"
:fetcher git
:files ("clojurescript-mode.el"))
(deft
:summary "Quickly browse, filter, and edit plain text notes"
:url "git://jblevins.org/git/deft.git"
:fetcher git)
:fetcher git
:files ("deft.el"))
(evil
:summary "Extensible vi layer"
:url "git://gitorious.org/evil/evil.git"
@ -14,11 +26,13 @@
(full-ack
:summary nil
:url "git://github.com/nschum/full-ack.git"
:fetcher git)
:fetcher git
:files ("full-ack.el"))
(gist
:summary "Emacs integration for gist.github.com"
:url "git://github.com/defunkt/gist.el.git"
:fetcher git)
:fetcher git
:files ("gist.el"))
(haskell-mode
:summary "A Haskell editing mode"
:url "http://code.haskell.org/haskellmode-emacs"
@ -31,7 +45,8 @@
(ido-ubiquitous
:summary "Use ido (nearly) everywhere"
:url "git://github.com/technomancy/ido-ubiquitous.git"
:fetcher git)
:fetcher git
:files ("ido-ubiquitous.el"))
(magit
:url "git://github.com/magit/magit.git"
:fetcher git
@ -53,7 +68,8 @@
(paredit
:summary "Minor mode for editing parentheses"
:url "http://mumble.net/~campbell/emacs/paredit"
:fetcher darcs)
:fetcher darcs
:files ("paredit.el"))
(rinari
:summary "Rinari Is Not A Rails IDE"
:url "git://github.com/eschulte/rinari.git"
@ -61,7 +77,8 @@
(smex
:summary "M-x interface with Ido-style fuzzy matching"
:url "git://github.com/nonsequitur/smex.git"
:fetcher git)
:fetcher git
:files ("smex.el"))
(starter-kit
:url "git://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
@ -86,11 +103,10 @@
:files ("undo-tree.el"))
(yasnippet
:summary "Yet another snippet extension for Emacs"
:url "http://yasnippet.googlecode.com/svn"
:fetcher svn)
:url "https://github.com/capitaomorte/yasnippet"
:fetcher git)
)