From 93d29b903831803b1d187346810226c8ac2a663d Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Fri, 6 Apr 2012 20:49:40 +0200 Subject: [PATCH 1/2] Add rejeep's packages. --- pkglist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pkglist b/pkglist index 7a3c66e6..6ed4778e 100644 --- a/pkglist +++ b/pkglist @@ -340,6 +340,30 @@ (zlc :url "https://github.com/mooz/emacs-zlc.git" :fetcher git) + (enclose + :url "https://github.com/rejeep/enclose.git" + :fetcher git) + (ruby-end + :url "https://github.com/rejeep/ruby-end.git" + :fetcher git) + (wrap-region + :url "https://github.com/rejeep/wrap-region.git" + :fetcher git) + (html-script-src + :url "https://github.com/rejeep/html-script-src.git" + :fetcher git) + (citrus-mode + :url "https://github.com/rejeep/citrus-mode.git" + :fetcher git) + (package-spec + :url "https://github.com/rejeep/package-spec.git" + :fetcher git) + (drag-stuff + :url "https://github.com/rejeep/drag-stuff.git" + :fetcher git) + (ansi + :url "https://github.com/rejeep/ansi.git" + :fetcher git) ) ;; Local Variables: From e4e6fd9fc3e5f1523cdf740d013e785c8a93a1b2 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Fri, 6 Apr 2012 21:36:53 +0200 Subject: [PATCH 2/2] Packages should be in alphabetical order. --- pkglist | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/pkglist b/pkglist index 6ed4778e..07a434ee 100644 --- a/pkglist +++ b/pkglist @@ -4,6 +4,9 @@ (ack-and-a-half :url "https://github.com/jhelwig/ack-and-a-half.git" :fetcher git) + (ansi + :url "https://github.com/rejeep/ansi.git" + :fetcher git) (auto-complete :url "https://github.com/m2ym/auto-complete.git" :fetcher git @@ -29,6 +32,9 @@ (c-eldoc :url "https://github.com/nflath/c-eldoc.git" :fetcher git) + (citrus-mode + :url "https://github.com/rejeep/citrus-mode.git" + :fetcher git) (clojure-mode :url "https://github.com/technomancy/clojure-mode.git" :fetcher git @@ -69,9 +75,15 @@ :fetcher git) (dired+ :fetcher wiki) + (drag-stuff + :url "https://github.com/rejeep/drag-stuff.git" + :fetcher git) (elisp-slime-nav :url "https://github.com/purcell/elisp-slime-nav.git" :fetcher git) + (enclose + :url "https://github.com/rejeep/enclose.git" + :fetcher git) (ess :url "https://github.com/milkypostman/ESS.git" :fetcher git @@ -133,6 +145,9 @@ (hl-sentence :url "https://github.com/milkypostman/hl-sentence.git" :fetcher git) + (html-script-src + :url "https://github.com/rejeep/html-script-src.git" + :fetcher git) (icicles :fetcher wiki :files ("icicles.el" ;; main library @@ -214,6 +229,9 @@ :files ("http-post-simple.el" "org-toodledo.el" "w3mexcerpt.el")) + (package-spec + :url "https://github.com/rejeep/package-spec.git" + :fetcher git) (paredit :url "http://mumble.net/~campbell/emacs/paredit" :fetcher darcs @@ -248,6 +266,9 @@ :url "https://github.com/eschulte/rinari.git" :fetcher git :files ("util/ruby-compilation.el")) + (ruby-end + :url "https://github.com/rejeep/ruby-end.git" + :fetcher git) (ruby-mode :url "http://svn.ruby-lang.org/repos/ruby/trunk/misc" :fetcher svn @@ -322,6 +343,9 @@ (volatile-highlights :url "https://github.com/k-talo/volatile-highlights.el.git" :fetcher git) + (wrap-region + :url "https://github.com/rejeep/wrap-region.git" + :fetcher git) (yaml-mode :url "https://github.com/yoshiki/yaml-mode.git" :fetcher git) @@ -340,30 +364,6 @@ (zlc :url "https://github.com/mooz/emacs-zlc.git" :fetcher git) - (enclose - :url "https://github.com/rejeep/enclose.git" - :fetcher git) - (ruby-end - :url "https://github.com/rejeep/ruby-end.git" - :fetcher git) - (wrap-region - :url "https://github.com/rejeep/wrap-region.git" - :fetcher git) - (html-script-src - :url "https://github.com/rejeep/html-script-src.git" - :fetcher git) - (citrus-mode - :url "https://github.com/rejeep/citrus-mode.git" - :fetcher git) - (package-spec - :url "https://github.com/rejeep/package-spec.git" - :fetcher git) - (drag-stuff - :url "https://github.com/rejeep/drag-stuff.git" - :fetcher git) - (ansi - :url "https://github.com/rejeep/ansi.git" - :fetcher git) ) ;; Local Variables: