Merge pull request #39 from rejeep/rejeep-packages

Add rejeep's packages
This commit is contained in:
Steve Purcell 2012-04-06 12:50:34 -07:00
commit b2e7de10c7

24
pkglist
View file

@ -4,6 +4,9 @@
(ack-and-a-half (ack-and-a-half
:url "https://github.com/jhelwig/ack-and-a-half.git" :url "https://github.com/jhelwig/ack-and-a-half.git"
:fetcher git) :fetcher git)
(ansi
:url "https://github.com/rejeep/ansi.git"
:fetcher git)
(auto-complete (auto-complete
:url "https://github.com/m2ym/auto-complete.git" :url "https://github.com/m2ym/auto-complete.git"
:fetcher git :fetcher git
@ -29,6 +32,9 @@
(c-eldoc (c-eldoc
:url "https://github.com/nflath/c-eldoc.git" :url "https://github.com/nflath/c-eldoc.git"
:fetcher git) :fetcher git)
(citrus-mode
:url "https://github.com/rejeep/citrus-mode.git"
:fetcher git)
(clojure-mode (clojure-mode
:url "https://github.com/technomancy/clojure-mode.git" :url "https://github.com/technomancy/clojure-mode.git"
:fetcher git :fetcher git
@ -69,9 +75,15 @@
:fetcher git) :fetcher git)
(dired+ (dired+
:fetcher wiki) :fetcher wiki)
(drag-stuff
:url "https://github.com/rejeep/drag-stuff.git"
:fetcher git)
(elisp-slime-nav (elisp-slime-nav
:url "https://github.com/purcell/elisp-slime-nav.git" :url "https://github.com/purcell/elisp-slime-nav.git"
:fetcher git) :fetcher git)
(enclose
:url "https://github.com/rejeep/enclose.git"
:fetcher git)
(ess (ess
:url "https://github.com/milkypostman/ESS.git" :url "https://github.com/milkypostman/ESS.git"
:fetcher git :fetcher git
@ -133,6 +145,9 @@
(hl-sentence (hl-sentence
:url "https://github.com/milkypostman/hl-sentence.git" :url "https://github.com/milkypostman/hl-sentence.git"
:fetcher git) :fetcher git)
(html-script-src
:url "https://github.com/rejeep/html-script-src.git"
:fetcher git)
(icicles (icicles
:fetcher wiki :fetcher wiki
:files ("icicles.el" ;; main library :files ("icicles.el" ;; main library
@ -214,6 +229,9 @@
:files ("http-post-simple.el" :files ("http-post-simple.el"
"org-toodledo.el" "org-toodledo.el"
"w3mexcerpt.el")) "w3mexcerpt.el"))
(package-spec
:url "https://github.com/rejeep/package-spec.git"
:fetcher git)
(paredit (paredit
:url "http://mumble.net/~campbell/emacs/paredit" :url "http://mumble.net/~campbell/emacs/paredit"
:fetcher darcs :fetcher darcs
@ -248,6 +266,9 @@
:url "https://github.com/eschulte/rinari.git" :url "https://github.com/eschulte/rinari.git"
:fetcher git :fetcher git
:files ("util/ruby-compilation.el")) :files ("util/ruby-compilation.el"))
(ruby-end
:url "https://github.com/rejeep/ruby-end.git"
:fetcher git)
(ruby-mode (ruby-mode
:url "http://svn.ruby-lang.org/repos/ruby/trunk/misc" :url "http://svn.ruby-lang.org/repos/ruby/trunk/misc"
:fetcher svn :fetcher svn
@ -322,6 +343,9 @@
(volatile-highlights (volatile-highlights
:url "https://github.com/k-talo/volatile-highlights.el.git" :url "https://github.com/k-talo/volatile-highlights.el.git"
:fetcher git) :fetcher git)
(wrap-region
:url "https://github.com/rejeep/wrap-region.git"
:fetcher git)
(yaml-mode (yaml-mode
:url "https://github.com/yoshiki/yaml-mode.git" :url "https://github.com/yoshiki/yaml-mode.git"
:fetcher git) :fetcher git)