mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 19:19:52 +00:00
1ce833ba1c
closes #23
276 lines
7.7 KiB
Text
276 lines
7.7 KiB
Text
;; -*- mode: emacs-lisp -*-
|
|
((ac-dabbrev
|
|
:fetcher wiki)
|
|
(auto-complete
|
|
:url "git://github.com/m2ym/auto-complete.git"
|
|
:fetcher git
|
|
:files ("*.el" "dict/*"))
|
|
(bm
|
|
:url "git://github.com/joodland/bm.git"
|
|
:fetcher git)
|
|
(browse-kill-ring
|
|
:url "git://github.com/todesschaf/browse-kill-ring.git"
|
|
:fetcher git)
|
|
(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"))
|
|
(color-theme-sanityinc-solarized
|
|
:url "git://github.com/purcell/color-theme-sanityinc-solarized.git"
|
|
:fetcher git)
|
|
(color-theme-sanityinc-tomorrow
|
|
:url "git://github.com/purcell/color-theme-sanityinc-tomorrow.git"
|
|
:fetcher git)
|
|
(cperl-mode
|
|
:url "git://github.com/jrockway/cperl-mode.git"
|
|
:fetcher git)
|
|
(csv-mode
|
|
:url "git://github.com/emacsmirror/csv-mode.git"
|
|
:fetcher git)
|
|
(darcsum
|
|
:url "http://joyful.com/repos/darcsum"
|
|
:fetcher darcs)
|
|
(deft
|
|
:url "git://jblevins.org/git/deft.git"
|
|
:fetcher git)
|
|
(delim-kill
|
|
:url "git://github.com/thomas11/delim-kill.git"
|
|
:fetcher git)
|
|
(dired+
|
|
:fetcher wiki)
|
|
(elisp-slime-nav
|
|
:url "https://github.com/purcell/elisp-slime-nav.git"
|
|
:fetcher git)
|
|
(ess
|
|
:url "https://github.com/milkypostman/ESS.git"
|
|
:fetcher git
|
|
:files ("*.el" "lisp/*.el" "etc/*"))
|
|
(expand-region
|
|
:url "https://github.com/magnars/expand-region.el.git"
|
|
:fetcher git)
|
|
(evil
|
|
:url "git://gitorious.org/evil/evil.git"
|
|
:fetcher git)
|
|
(evil-surround
|
|
:url "https://github.com/timcharper/evil-surround.git"
|
|
:fetcher git)
|
|
(find-file-in-project
|
|
:url "git://github.com/technomancy/find-file-in-project.git"
|
|
:fetcher git)
|
|
(findr
|
|
:url "https://github.com/milkypostman/jump.el.git"
|
|
:fetcher git
|
|
:files ("findr.el"))
|
|
(flymake-cursor
|
|
:fetcher wiki)
|
|
(flymake-perlcritic
|
|
:url "git://github.com/illusori/emacs-flymake-perlcritic.git"
|
|
:fetcher git)
|
|
(full-ack
|
|
:url "git://github.com/nschum/full-ack.git"
|
|
:fetcher git)
|
|
(gist
|
|
:url "git://github.com/defunkt/gist.el.git"
|
|
:fetcher git)
|
|
(git-blame
|
|
:url "git://github.com/tsgates/git-emacs.git"
|
|
:fetcher git
|
|
:files ("git-blame.el"))
|
|
(google-maps
|
|
:url "git://git.naquadah.org/google-maps.git"
|
|
:fetcher git)
|
|
(haskell-mode
|
|
:url "https://github.com/haskell/haskell-mode.git"
|
|
:fetcher git)
|
|
(hl-sentence
|
|
:url "git://github.com/milkypostman/hl-sentence.git"
|
|
:fetcher git)
|
|
(icicles
|
|
:fetcher wiki
|
|
:files ("icicles.el" ;; main library
|
|
"icicles-chg.el" ;; change logs (no code)
|
|
"icicles-cmd1.el" ;; top-level commands, part 1
|
|
"icicles-cmd2.el" ;; top-level commands, part 2
|
|
"icicles-doc1.el" ;; first part of the doc (Commentary, no code)
|
|
"icicles-doc2.el" ;; second part of the doc (Commentary, no code)
|
|
"icicles-face.el" ;; faces (customizable)
|
|
"icicles-fn.el" ;; non-interactive functions
|
|
"icicles-mac.el" ;; macros
|
|
"icicles-mcmd.el" ;; minibuffer commands
|
|
"icicles-mode.el" ;; Icicle mode definition
|
|
"icicles-opt.el" ;; user options (customizable variables)
|
|
"icicles-var.el" ;; internal variables
|
|
))
|
|
(idle-highlight-mode
|
|
:url "git://github.com/nonsequitur/idle-highlight-mode.git"
|
|
:fetcher git)
|
|
(ido-ubiquitous
|
|
:url "git://github.com/DarwinAwardWinner/ido-ubiquitous.git"
|
|
:fetcher git)
|
|
(inf-ruby
|
|
:url "https://github.com/nonsequitur/inf-ruby.git"
|
|
:fetcher git)
|
|
(inflections
|
|
:url "https://github.com/milkypostman/jump.el.git"
|
|
:fetcher git
|
|
:files ("inflections.el"))
|
|
(ir_black-theme
|
|
:url "git://gist.github.com/2029034.git"
|
|
:fetcher git)
|
|
(jaunte
|
|
:url "git://github.com/kawaguchi/jaunte.el.git"
|
|
:fetcher git)
|
|
(js2-mode
|
|
:url "git://github.com/mooz/js2-mode.git"
|
|
:fetcher git)
|
|
(js3
|
|
:url "git://github.com/thomblake/js3-mode.git"
|
|
:fetcher git)
|
|
(jump
|
|
:url "https://github.com/milkypostman/jump.el.git"
|
|
:fetcher git)
|
|
(magit
|
|
:url "git://github.com/magit/magit.git"
|
|
:fetcher git)
|
|
(magithub
|
|
:url "git://github.com/nex3/magithub.git"
|
|
:fetcher git)
|
|
(markdown-mode
|
|
:url "git://github.com/milkypostman/markdown-mode.git"
|
|
:fetcher git)
|
|
(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)
|
|
(molokai-theme
|
|
:url "git://gist.github.com/2029061.git"
|
|
:fetcher git)
|
|
(multi-term
|
|
:fetcher wiki)
|
|
(multi-web-mode
|
|
:url "git://github.com/fgallina/multi-web-mode.git"
|
|
:fetcher git)
|
|
(org-fstree
|
|
:url "http://repo.or.cz/r/org-fstree.git"
|
|
:fetcher git)
|
|
(org-toodledo
|
|
:url "git://github.com/christopherjwhite/org-toodledo.git"
|
|
:fetcher git
|
|
:files ("http-post-simple.el"
|
|
"org-toodledo.el"
|
|
"w3mexcerpt.el"))
|
|
(paredit
|
|
:url "http://mumble.net/~campbell/emacs/paredit"
|
|
:fetcher darcs
|
|
:files ("paredit.el"))
|
|
(pastels-on-dark-theme
|
|
:url "git://gist.github.com/1974259.git"
|
|
:fetcher git)
|
|
(pkgbuild-mode
|
|
:url "git://github.com/juergenhoetzel/pkgbuild-mode.git"
|
|
:fetcher git
|
|
:files ("pkgbuild-mode.el"))
|
|
(popup
|
|
:url "git://github.com/m2ym/popup-el.git"
|
|
:fetcher git
|
|
:files ("popup.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)
|
|
(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)
|
|
(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"))
|
|
(smart-tab
|
|
:url "git://github.com/genehack/smart-tab.git"
|
|
:fetcher git)
|
|
(smex
|
|
:url "git://github.com/nonsequitur/smex.git"
|
|
:fetcher git)
|
|
(starter-kit
|
|
:url "git://github.com/technomancy/emacs-starter-kit.git"
|
|
:fetcher git)
|
|
(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)
|
|
(twittering-mode
|
|
:url "git://github.com/hayamiz/twittering-mode.git"
|
|
:fetcher git)
|
|
(undo-tree
|
|
:url "http://www.dr-qubit.org/git/undo-tree.git"
|
|
:fetcher git)
|
|
(vimgolf
|
|
:url "git://github.com/timvisher/vimgolf.git"
|
|
:fetcher git)
|
|
(yasnippet
|
|
:url "https://github.com/capitaomorte/yasnippet"
|
|
:fetcher git)
|
|
(zlc
|
|
:url "https://github.com/mooz/emacs-zlc.git"
|
|
:fetcher git)
|
|
)
|
|
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|