melpa/pkglist

215 lines
5.7 KiB
Text
Raw Normal View History

2012-01-21 20:28:53 +00:00
;; -*- mode: emacs-lisp -*-
((ac-dabbrev
:fetcher wiki)
(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"))
(csv-mode
:url "git://github.com/emacsmirror/csv-mode.git"
:fetcher git)
(darcsum
:url "http://joyful.com/repos/darcsum"
:fetcher darcs
:files ("darcsum.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-28 20:23:09 +00:00
(dired+
2012-02-02 20:05:05 +00:00
:fetcher wiki)
2012-01-23 03:40:00 +00:00
(elisp-slime-nav
:url "https://github.com/purcell/elisp-slime-nav.git"
:fetcher git
:files ("elisp-slime-nav.el"))
2012-01-28 04:06:01 +00:00
(expand-region
:url "https://github.com/magnars/expand-region.el.git"
:fetcher git)
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-02-02 20:05:05 +00:00
(findr
:url "https://github.com/milkypostman/jump.el.git"
:fetcher git
:files ("findr.el"))
2012-02-02 20:05:20 +00:00
(flymake-cursor
:fetcher wiki)
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-02-02 14:47:11 +00:00
(git-blame
:url "git://github.com/tsgates/git-emacs.git"
:fetcher git
:files ("git-blame.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/DarwinAwardWinner/ido-ubiquitous.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("ido-ubiquitous.el"))
2012-01-22 21:30:24 +00:00
(inf-ruby
:url "https://github.com/nonsequitur/inf-ruby.git"
:fetcher git
:files ("inf-ruby.el"))
2012-02-02 20:05:05 +00:00
(inflections
:url "https://github.com/milkypostman/jump.el.git"
:fetcher git
:files ("inflections.el"))
2012-02-02 14:39:18 +00:00
(js3
:url "git://github.com/thomblake/js3-mode.git"
:fetcher git
:files ("js3.el"))
2012-01-22 21:30:24 +00:00
(jump
:url "https://github.com/milkypostman/jump.el.git"
2012-01-22 21:30:24 +00:00
:fetcher git
:files ("jump.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"
2012-01-23 22:19:53 +00:00
:fetcher git
:files ("markdown-mode+.el" "HTML as Markdown in Emacs.applescript"))
2012-02-02 19:21:45 +00:00
(melpa
:url "git://github.com/milkypostman/melpa.git"
:fetcher git
2012-02-14 05:12:34 +00:00
:files ("melpa.el"))
(mmm-mode
:url "git://github.com/purcell/mmm-mode.git"
:fetcher git
:files ("mmm*.el"))
(multi-web-mode
:url "git://github.com/fgallina/multi-web-mode.git"
:fetcher git
:files ("multi-web-mode.el"))
(org-fstree
:url "http://repo.or.cz/r/org-fstree.git"
:fetcher git
:files ("org-fstree.el"))
2012-01-21 20:28:53 +00:00
(paredit
:url "http://mumble.net/~campbell/emacs/paredit"
2012-01-21 21:04:35 +00:00
:fetcher darcs
:files ("paredit.el"))
(pretty-mode
:url "git://github.com/emacsmirror/pretty-mode.git"
:fetcher git)
(rainbow-delimiters
:fetcher wiki)
2012-01-21 20:28:53 +00:00
(rinari
:url "git://github.com/eschulte/rinari.git"
2012-01-22 21:30:24 +00:00
:fetcher git
:files ("rinari.el"))
(ruby-compilation
:url "https://github.com/eschulte/rinari.git"
:fetcher git
:files ("util/ruby-compilation.el"))
2012-01-22 18:19:15 +00:00
(ruby-mode
:url "http://svn.ruby-lang.org/repos/ruby/trunk/misc"
2012-01-22 21:30:24 +00:00
:fetcher svn
:files ("ruby-mode.el"))
2012-01-23 03:40:00 +00:00
(rvm
:url "https://github.com/senny/rvm.el.git"
:fetcher git
:files ("rvm.el"))
2012-01-23 03:57:29 +00:00
(slime
:url "https://github.com/nablaone/slime.git"
:fetcher git
:files ("slime.el"))
(slime-ritz
:url "https://github.com/pallet/ritz.git"
:fetcher git
:files ("src/main/elisp/slime-ritz.el"))
2012-01-21 20:28:53 +00:00
(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-eshell
:url "git://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-eshell.el"))
(starter-kit-js
:url "git://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-js.el"))
(starter-kit-lisp
:url "git://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-lisp.el"))
(starter-kit-perl
:url "git://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-perl.el"))
(starter-kit-ruby
:url "git://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-ruby.el"))
(textile-mode
:url "git://github.com/emacsmirror/textile-mode.git"
:fetcher git)
2012-02-02 20:05:45 +00:00
(todochiku
:fetcher wiki)
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"))
2012-02-27 09:44:51 +00:00
(vimgolf
:url "git://github.com/timvisher/vimgolf.git"
:fetcher git
:files ("vimgolf.el"))
2012-01-21 20:28:53 +00:00
(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
;; Local Variables:
;; no-byte-compile: t
;; End: