mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
28162923c2
Signed-off-by: Donald Curtis <dcurtis@milkbox.net>
210 lines
5.5 KiB
Text
210 lines
5.5 KiB
Text
;; -*- 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
|
|
:url "git://github.com/technomancy/clojure-mode.git"
|
|
: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"))
|
|
(deft
|
|
:url "git://jblevins.org/git/deft.git"
|
|
:fetcher git
|
|
:files ("deft.el"))
|
|
(dired+
|
|
:fetcher wiki)
|
|
(elisp-slime-nav
|
|
:url "https://github.com/purcell/elisp-slime-nav.git"
|
|
:fetcher git
|
|
:files ("elisp-slime-nav.el"))
|
|
(expand-region
|
|
:url "https://github.com/magnars/expand-region.el.git"
|
|
:fetcher git)
|
|
(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"))
|
|
(findr
|
|
:url "https://github.com/milkypostman/jump.el.git"
|
|
:fetcher git
|
|
:files ("findr.el"))
|
|
(flymake-cursor
|
|
:fetcher wiki)
|
|
(full-ack
|
|
:url "git://github.com/nschum/full-ack.git"
|
|
:fetcher git
|
|
:files ("full-ack.el"))
|
|
(gist
|
|
:url "git://github.com/defunkt/gist.el.git"
|
|
:fetcher git
|
|
:files ("gist.el"))
|
|
(git-blame
|
|
:url "git://github.com/tsgates/git-emacs.git"
|
|
:fetcher git
|
|
:files ("git-blame.el"))
|
|
(haskell-mode
|
|
:url "http://code.haskell.org/haskellmode-emacs"
|
|
:fetcher darcs)
|
|
(hl-sentence
|
|
:url "git://github.com/milkypostman/hl-sentence.git"
|
|
:fetcher git
|
|
:files ("hl-sentence.el"))
|
|
(idle-highlight-mode
|
|
:url "git://github.com/nonsequitur/idle-highlight-mode.git"
|
|
:fetcher git
|
|
:files ("idle-highlight-mode.el"))
|
|
(ido-ubiquitous
|
|
:url "git://github.com/technomancy/ido-ubiquitous.git"
|
|
:fetcher git
|
|
:files ("ido-ubiquitous.el"))
|
|
(inf-ruby
|
|
:url "https://github.com/nonsequitur/inf-ruby.git"
|
|
:fetcher git
|
|
:files ("inf-ruby.el"))
|
|
(inflections
|
|
:url "https://github.com/milkypostman/jump.el.git"
|
|
:fetcher git
|
|
:files ("inflections.el"))
|
|
(js3
|
|
:url "git://github.com/thomblake/js3-mode.git"
|
|
:fetcher git
|
|
:files ("js3.el"))
|
|
(jump
|
|
:url "https://github.com/milkypostman/jump.el.git"
|
|
:fetcher git
|
|
:files ("jump.el"))
|
|
(magit
|
|
:url "git://github.com/magit/magit.git"
|
|
:fetcher git)
|
|
(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
|
|
:files ("markdown-mode+.el" "HTML as Markdown in Emacs.applescript"))
|
|
(melpa
|
|
:url "git://github.com/milkypostman/melpa.git"
|
|
:fetcher git
|
|
: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"))
|
|
(paredit
|
|
:url "http://mumble.net/~campbell/emacs/paredit"
|
|
:fetcher darcs
|
|
:files ("paredit.el"))
|
|
(pretty-mode
|
|
:url "git://github.com/emacsmirror/pretty-mode.git"
|
|
:fetcher git)
|
|
(rainbow-delimiters
|
|
:fetcher wiki)
|
|
(rinari
|
|
:url "git://github.com/eschulte/rinari.git"
|
|
:fetcher git
|
|
:files ("rinari.el"))
|
|
(ruby-compilation
|
|
:url "https://github.com/eschulte/rinari.git"
|
|
:fetcher git
|
|
:files ("util/ruby-compilation.el"))
|
|
(ruby-mode
|
|
:url "http://svn.ruby-lang.org/repos/ruby/trunk/misc"
|
|
:fetcher svn
|
|
:files ("ruby-mode.el"))
|
|
(rvm
|
|
:url "https://github.com/senny/rvm.el.git"
|
|
:fetcher git
|
|
:files ("rvm.el"))
|
|
(slime
|
|
:url "https://github.com/nablaone/slime.git"
|
|
:fetcher git
|
|
:files ("slime.el"))
|
|
(smex
|
|
:url "git://github.com/nonsequitur/smex.git"
|
|
: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)
|
|
(todochiku
|
|
:fetcher wiki)
|
|
(undo-tree
|
|
:url "http://www.dr-qubit.org/git/undo-tree.git"
|
|
:fetcher git
|
|
:files ("undo-tree.el"))
|
|
(vimgolf
|
|
:url "git://github.com/timvisher/vimgolf.git"
|
|
:fetcher git
|
|
:files ("vimgolf.el"))
|
|
(yasnippet
|
|
:url "https://github.com/capitaomorte/yasnippet"
|
|
:fetcher git)
|
|
)
|
|
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|