added a whole bunch of packages

This commit is contained in:
Bozhidar Batsov 2012-04-06 16:21:37 +03:00
parent 2f65b87bbf
commit a82721c288

48
pkglist
View file

@ -1,6 +1,9 @@
;; -*- mode: emacs-lisp -*- ;; -*- mode: emacs-lisp -*-
((ac-dabbrev ((ac-dabbrev
:fetcher wiki) :fetcher wiki)
(ack-and-a-half
:url "https://github.com/jhelwig/ack-and-a-half.git"
:fetcher git)
(auto-complete (auto-complete
:url "https://github.com/m2ym/auto-complete.git" :url "https://github.com/m2ym/auto-complete.git"
:fetcher git :fetcher git
@ -38,6 +41,9 @@
:url "https://github.com/technomancy/clojure-mode.git" :url "https://github.com/technomancy/clojure-mode.git"
:fetcher git :fetcher git
:files ("clojurescript-mode.el")) :files ("clojurescript-mode.el"))
(coffee-mode
:url "https://github.com/defunkt/coffee-mode.git"
:fetcher git)
(color-theme-sanityinc-solarized (color-theme-sanityinc-solarized
:url "https://github.com/purcell/color-theme-sanityinc-solarized.git" :url "https://github.com/purcell/color-theme-sanityinc-solarized.git"
:fetcher git) :fetcher git)
@ -111,9 +117,19 @@
(google-maps (google-maps
:url "git://git.naquadah.org/google-maps.git" :url "git://git.naquadah.org/google-maps.git"
:fetcher git) :fetcher git)
(haml-mode
:url "https://github.com/nex3/haml-mode.git"
:fetcher git)
(haskell-mode (haskell-mode
:url "https://github.com/haskell/haskell-mode.git" :url "https://github.com/haskell/haskell-mode.git"
:fetcher git) :fetcher git)
(helm
:url "https://github.com/emacs-helm/helm.git"
:fetcher git)
(helm-projectile
:url "https://github.com/bbatsov/projectile.git"
:fetcher git
:files ("helm-projectile.el"))
(hl-sentence (hl-sentence
:url "https://github.com/milkypostman/hl-sentence.git" :url "https://github.com/milkypostman/hl-sentence.git"
:fetcher git) :fetcher git)
@ -216,6 +232,13 @@
(pretty-mode (pretty-mode
:url "https://github.com/emacsmirror/pretty-mode.git" :url "https://github.com/emacsmirror/pretty-mode.git"
:fetcher git) :fetcher git)
(projectile
:url "https://github.com/bbatsov/projectile.git"
:fetcher git
:files ("projectile.el"))
(python
:url "https://github.com/fgallina/python.el.git"
:fetcher git)
(rainbow-delimiters (rainbow-delimiters
:fetcher wiki) :fetcher wiki)
(rinari (rinari
@ -232,6 +255,12 @@
(rvm (rvm
:url "https://github.com/senny/rvm.el.git" :url "https://github.com/senny/rvm.el.git"
:fetcher git) :fetcher git)
(sass-mode
:url "https://github.com/nex3/sass-mode.git"
:fetcher git)
(scss-mode
:url "https://github.com/antonj/scss-mode.git"
:fetcher git)
(slime (slime
:url "https://github.com/nablaone/slime.git" :url "https://github.com/nablaone/slime.git"
:fetcher git :fetcher git
@ -246,6 +275,9 @@
(smex (smex
:url "https://github.com/nonsequitur/smex.git" :url "https://github.com/nonsequitur/smex.git"
:fetcher git) :fetcher git)
(solarized-theme
:url "https://github.com/bbatsov/solarized-emacs.git"
:fetcher git)
(starter-kit (starter-kit
:url "https://github.com/technomancy/emacs-starter-kit.git" :url "https://github.com/technomancy/emacs-starter-kit.git"
:fetcher git) :fetcher git)
@ -287,10 +319,24 @@
(vimgolf (vimgolf
:url "https://github.com/timvisher/vimgolf.git" :url "https://github.com/timvisher/vimgolf.git"
:fetcher git) :fetcher git)
(volatile-highlights
:url "https://github.com/k-talo/volatile-highlights.el.git"
:fetcher git)
(yaml-mode
:url "https://github.com/yoshiki/yaml-mode.git"
:fetcher git)
(yari
:url "https://github.com/hron/yari.el.git"
:fetcher git
:files ("yari.el"))
(yasnippet (yasnippet
:url "https://github.com/capitaomorte/yasnippet" :url "https://github.com/capitaomorte/yasnippet.git"
:fetcher git :fetcher git
:files ("*.el" "snippets")) :files ("*.el" "snippets"))
(zenburn-theme
:url "https://github.com/bbatsov/zenburn-emacs.git"
:fetcher git
:files ("zenburn-theme.el"))
(zlc (zlc
:url "https://github.com/mooz/emacs-zlc.git" :url "https://github.com/mooz/emacs-zlc.git"
:fetcher git) :fetcher git)