melpa/pkglist

302 lines
8.7 KiB
Text
Raw Normal View History

2012-01-21 20:28:53 +00:00
;; -*- mode: emacs-lisp -*-
((ac-dabbrev
:fetcher wiki)
2012-03-06 21:56:36 +00:00
(auto-complete
2012-03-24 16:49:56 +00:00
:url "https://github.com/m2ym/auto-complete.git"
2012-03-06 21:56:36 +00:00
:fetcher git
:files ("*.el" "dict/*"))
2012-03-24 13:59:04 +00:00
(bm
2012-03-24 16:49:56 +00:00
:url "https://github.com/joodland/bm.git"
2012-03-24 13:59:04 +00:00
:fetcher git)
2012-04-03 17:56:33 +00:00
(bookmark+
:fetcher wiki
:files (
"bookmark+.el" ;; main (driver) library
"bookmark+-mac.el" ;; Lisp macros
"bookmark+-bmu.el" ;; code for the `*Bookmark List*' (bookmark-bmenu-mode)
"bookmark+-1.el" ;; other required code (non-bmenu)
"bookmark+-key.el" ;; key and menu bindings (non-bmenu)
"bookmark+-lit.el" ;; optional code for highlighting bookmark locations
"bookmark+-doc.el" ;; documentation (essentially the same as this wiki page)
"bookmark+-chg.el" ;; change log entries
))
(browse-kill-ring
2012-03-24 16:49:56 +00:00
:url "https://github.com/todesschaf/browse-kill-ring.git"
:fetcher git)
2012-04-01 08:22:47 +00:00
(c-eldoc
:url "https://github.com/nflath/c-eldoc.git"
:fetcher git)
2012-04-03 14:25:26 +00:00
(clojure-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/clojure-mode.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("clojure-mode.el"))
(clojure-test-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/clojure-mode.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("clojure-test-mode.el"))
(clojurescript-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/clojure-mode.git"
2012-01-21 21:04:35 +00:00
:fetcher git
:files ("clojurescript-mode.el"))
(color-theme-sanityinc-solarized
2012-03-24 16:49:56 +00:00
:url "https://github.com/purcell/color-theme-sanityinc-solarized.git"
:fetcher git)
(color-theme-sanityinc-tomorrow
2012-03-24 16:49:56 +00:00
:url "https://github.com/purcell/color-theme-sanityinc-tomorrow.git"
:fetcher git)
2012-03-19 02:50:11 +00:00
(cperl-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/jrockway/cperl-mode.git"
:fetcher git)
(csv-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/emacsmirror/csv-mode.git"
:fetcher git)
2012-04-03 14:26:31 +00:00
(csv-nav
:fetcher wiki)
(darcsum
:url "http://joyful.com/repos/darcsum"
:fetcher darcs)
2012-01-21 20:28:53 +00:00
(deft
:url "git://jblevins.org/git/deft.git"
:fetcher git)
2012-03-19 02:53:24 +00:00
(delim-kill
2012-03-24 16:49:56 +00:00
:url "https://github.com/thomas11/delim-kill.git"
:fetcher git)
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)
2012-03-05 23:17:52 +00:00
(ess
:url "https://github.com/milkypostman/ESS.git"
:fetcher git
:files ("*.el" "lisp/*.el" "etc/*"))
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)
2012-04-03 18:11:33 +00:00
(evil-leader
:url "https://github.com/cofi/evil-leader.git"
:fetcher git)
2012-04-03 18:11:06 +00:00
(evil-numbers
:url "https://github.com/cofi/evil-numbers.git"
:fetcher git)
2012-03-13 14:26:44 +00:00
(evil-surround
:url "https://github.com/timcharper/evil-surround.git"
:fetcher git)
(find-file-in-project
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/find-file-in-project.git"
:fetcher git)
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-03-19 02:55:14 +00:00
(flymake-perlcritic
2012-03-24 16:49:56 +00:00
:url "https://github.com/illusori/emacs-flymake-perlcritic.git"
:fetcher git
:files ("*.el" "bin/flymake_perlcritic"))
2012-01-21 20:28:53 +00:00
(full-ack
2012-03-24 16:49:56 +00:00
:url "https://github.com/nschum/full-ack.git"
:fetcher git)
2012-01-21 20:02:20 +00:00
(gist
2012-03-24 16:49:56 +00:00
:url "https://github.com/defunkt/gist.el.git"
:fetcher git)
2012-02-02 14:47:11 +00:00
(git-blame
2012-03-24 16:49:56 +00:00
:url "https://github.com/tsgates/git-emacs.git"
2012-02-02 14:47:11 +00:00
:fetcher git
:files ("git-blame.el"))
2012-03-24 11:29:24 +00:00
(google-maps
:url "git://git.naquadah.org/google-maps.git"
:fetcher git)
2012-01-21 20:28:53 +00:00
(haskell-mode
:url "https://github.com/haskell/haskell-mode.git"
:fetcher git)
2012-01-21 20:28:53 +00:00
(hl-sentence
2012-03-24 16:49:56 +00:00
:url "https://github.com/milkypostman/hl-sentence.git"
:fetcher git)
2012-03-19 12:51:06 +00:00
(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
2012-03-24 16:49:56 +00:00
:url "https://github.com/nonsequitur/idle-highlight-mode.git"
:fetcher git)
2012-01-21 20:28:53 +00:00
(ido-ubiquitous
2012-03-24 16:49:56 +00:00
:url "https://github.com/DarwinAwardWinner/ido-ubiquitous.git"
:fetcher git)
2012-01-22 21:30:24 +00:00
(inf-ruby
:url "https://github.com/nonsequitur/inf-ruby.git"
:fetcher git)
2012-02-02 20:05:05 +00:00
(inflections
:url "https://github.com/milkypostman/jump.el.git"
:fetcher git
:files ("inflections.el"))
2012-03-13 14:21:58 +00:00
(ir_black-theme
:url "git://gist.github.com/2029034.git"
:fetcher git)
2012-03-24 13:37:52 +00:00
(jaunte
2012-03-24 16:49:56 +00:00
:url "https://github.com/kawaguchi/jaunte.el.git"
2012-03-24 13:37:52 +00:00
:fetcher git)
2012-03-19 02:57:22 +00:00
(js2-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/mooz/js2-mode.git"
:fetcher git)
2012-02-02 14:39:18 +00:00
(js3
2012-03-24 16:49:56 +00:00
:url "https://github.com/thomblake/js3-mode.git"
:fetcher git)
2012-01-22 21:30:24 +00:00
(jump
:url "https://github.com/milkypostman/jump.el.git"
:fetcher git)
2012-01-21 18:06:29 +00:00
(magit
2012-03-24 16:49:56 +00:00
:url "https://github.com/magit/magit.git"
:fetcher git)
2012-01-21 20:28:53 +00:00
(magithub
2012-03-24 16:49:56 +00:00
:url "https://github.com/nex3/magithub.git"
:fetcher git)
2012-01-21 20:28:53 +00:00
(markdown-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/milkypostman/markdown-mode.git"
:fetcher git)
2012-01-21 20:28:53 +00:00
(markdown-mode+
2012-03-24 16:49:56 +00:00
:url "https://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
2012-03-24 16:49:56 +00:00
:url "https://github.com/milkypostman/melpa.git"
2012-02-02 19:21:45 +00:00
:fetcher git
2012-02-14 05:12:34 +00:00
:files ("melpa.el"))
(mmm-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/purcell/mmm-mode.git"
:fetcher git)
2012-03-13 14:22:04 +00:00
(molokai-theme
:url "git://gist.github.com/2029061.git"
:fetcher git)
2012-03-05 03:03:03 +00:00
(multi-term
:fetcher wiki)
(multi-web-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/fgallina/multi-web-mode.git"
:fetcher git)
(org-fstree
:url "http://repo.or.cz/r/org-fstree.git"
:fetcher git)
2012-03-24 11:47:17 +00:00
(org-toodledo
2012-03-24 16:49:56 +00:00
:url "https://github.com/christopherjwhite/org-toodledo.git"
2012-03-24 11:47:17 +00:00
:fetcher git
:files ("http-post-simple.el"
"org-toodledo.el"
"w3mexcerpt.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"))
2012-03-04 19:24:54 +00:00
(pastels-on-dark-theme
:url "git://gist.github.com/1974259.git"
:fetcher git)
2012-03-24 13:40:49 +00:00
(pkgbuild-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/juergenhoetzel/pkgbuild-mode.git"
2012-03-24 13:40:49 +00:00
:fetcher git
:files ("pkgbuild-mode.el"))
2012-03-23 07:58:59 +00:00
(popup
2012-03-24 16:49:56 +00:00
:url "https://github.com/m2ym/popup-el.git"
2012-03-23 07:58:59 +00:00
:fetcher git
:files ("popup.el"))
(pretty-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/emacsmirror/pretty-mode.git"
:fetcher git)
(rainbow-delimiters
:fetcher wiki)
2012-01-21 20:28:53 +00:00
(rinari
2012-03-24 16:49:56 +00:00
:url "https://github.com/eschulte/rinari.git"
:fetcher git)
2012-01-22 21:30:24 +00:00
(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)
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-03-19 03:59:45 +00:00
(smart-tab
2012-03-24 16:49:56 +00:00
:url "https://github.com/genehack/smart-tab.git"
:fetcher git)
2012-01-21 20:28:53 +00:00
(smex
2012-03-24 16:49:56 +00:00
:url "https://github.com/nonsequitur/smex.git"
:fetcher git)
(starter-kit
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/emacs-starter-kit.git"
:fetcher git)
(starter-kit-bindings
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-bindings.el"))
(starter-kit-eshell
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-eshell.el"))
(starter-kit-js
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-js.el"))
(starter-kit-lisp
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-lisp.el"))
(starter-kit-perl
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-perl.el"))
(starter-kit-ruby
2012-03-24 16:49:56 +00:00
:url "https://github.com/technomancy/emacs-starter-kit.git"
:fetcher git
:files ("modules/starter-kit-ruby.el"))
(textile-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/emacsmirror/textile-mode.git"
:fetcher git)
2012-02-02 20:05:45 +00:00
(todochiku
:fetcher wiki)
2012-03-24 11:13:21 +00:00
(twittering-mode
2012-03-24 16:49:56 +00:00
:url "https://github.com/hayamiz/twittering-mode.git"
:fetcher git)
2012-01-21 20:02:26 +00:00
(undo-tree
:url "http://www.dr-qubit.org/git/undo-tree.git"
:fetcher git)
2012-02-27 09:44:51 +00:00
(vimgolf
2012-03-24 16:49:56 +00:00
:url "https://github.com/timvisher/vimgolf.git"
:fetcher git)
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
:files ("*.el" "snippets"))
2012-03-24 13:43:23 +00:00
(zlc
:url "https://github.com/mooz/emacs-zlc.git"
:fetcher git)
)
2012-01-21 20:04:54 +00:00
;; Local Variables:
;; no-byte-compile: t
;; End: