diff --git a/recipes/auto-complete b/recipes/auto-complete index 004fc91e..d4b9caed 100644 --- a/recipes/auto-complete +++ b/recipes/auto-complete @@ -1,3 +1,3 @@ (auto-complete :repo "m2ym/auto-complete" :fetcher github :files - ("*.el" "dict/*")) + ("*.el" "dict")) diff --git a/recipes/ess b/recipes/ess index e43f32d1..e99748dc 100644 --- a/recipes/ess +++ b/recipes/ess @@ -1,3 +1,5 @@ (ess :repo "milkypostman/ESS" :fetcher github :files - ("*.el" "lisp/*.el" "etc/*")) + ("*.el" ("lisp" "lisp/*.el") ("etc" "etc/*"))) + + diff --git a/recipes/flymake-perlcritic b/recipes/flymake-perlcritic index d824230e..033eaefa 100644 --- a/recipes/flymake-perlcritic +++ b/recipes/flymake-perlcritic @@ -1,3 +1,4 @@ -(flymake-perlcritic :repo "illusori/emacs-flymake-perlcritic" :fetcher github :files - ("*.el" "bin/flymake_perlcritic")) +(flymake-perlcritic :repo "illusori/emacs-flymake-perlcritic" + :fetcher github + :files ("*.el" ("bin" "bin/flymake_perlcritic"))) diff --git a/recipes/git-blame b/recipes/git-blame index 57def06b..f6e266c1 100644 --- a/recipes/git-blame +++ b/recipes/git-blame @@ -1,3 +1,4 @@ -(git-blame :repo "tsgates/git-emacs" :fetcher github :files - ("git-blame.el")) +(git-blame :repo "tsgates/git-emacs" + :fetcher github + :files ("git-blame.el")) diff --git a/recipes/helm-projectile b/recipes/helm-projectile index e7134c60..547e5d78 100644 --- a/recipes/helm-projectile +++ b/recipes/helm-projectile @@ -1,3 +1,4 @@ -(helm-projectile :repo "bbatsov/projectile" :fetcher github :files - ("helm-projectile.el")) +(helm-projectile :repo "bbatsov/projectile" + :fetcher github + :files ("helm-projectile.el")) diff --git a/recipes/icicles b/recipes/icicles index 38dd8f71..aa45f027 100644 --- a/recipes/icicles +++ b/recipes/icicles @@ -1,3 +1,16 @@ -(icicles :fetcher wiki :files - ("icicles.el" "icicles-chg.el" "icicles-cmd1.el" "icicles-cmd2.el" "icicles-doc1.el" "icicles-doc2.el" "icicles-face.el" "icicles-fn.el" "icicles-mac.el" "icicles-mcmd.el" "icicles-mode.el" "icicles-opt.el" "icicles-var.el")) +(icicles + :fetcher wiki + :files ("icicles.el" + "icicles-chg.el" + "icicles-cmd1.el" + "icicles-cmd2.el" + "icicles-doc1.el" + "icicles-doc2.el" + "icicles-face.el" + "icicles-fn.el" + "icicles-mac.el" + "icicles-mcmd.el" + "icicles-mode.el" + "icicles-opt.el" + "icicles-var.el")) diff --git a/recipes/inflections b/recipes/inflections index 0e3b1bce..f5d5b3c7 100644 --- a/recipes/inflections +++ b/recipes/inflections @@ -1,3 +1,4 @@ -(inflections :repo "milkypostman/jump.el" :fetcher github :files - ("inflections.el")) +(inflections :repo "milkypostman/jump.el" + :fetcher github + :files ("inflections.el")) diff --git a/recipes/jabber-mode b/recipes/jabber-mode index c521bb60..eb4cb72a 100644 --- a/recipes/jabber-mode +++ b/recipes/jabber-mode @@ -1,2 +1,3 @@ -(jabber-mode :url "git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber" - :fetcher git) \ No newline at end of file +(jabber-mode + :url "git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber" + :fetcher git) diff --git a/recipes/load-theme-buffer-local b/recipes/load-theme-buffer-local index 4a58e546..619c93a1 100644 --- a/recipes/load-theme-buffer-local +++ b/recipes/load-theme-buffer-local @@ -1,3 +1,3 @@ (load-theme-buffer-local :fetcher github - :repo "vic/color-theme-buffer-local" - :files ("load-theme-buffer-local.el")) + :repo "vic/color-theme-buffer-local" + :files ("load-theme-buffer-local.el")) diff --git a/recipes/lua-mode b/recipes/lua-mode index 571c3d77..bb2c9e31 100644 --- a/recipes/lua-mode +++ b/recipes/lua-mode @@ -1,3 +1,3 @@ (lua-mode :repo "immerrr/lua-mode" - :fetcher github) + :fetcher github) diff --git a/recipes/markdown-mode+ b/recipes/markdown-mode+ index 72d12f6c..c03063d1 100644 --- a/recipes/markdown-mode+ +++ b/recipes/markdown-mode+ @@ -1,3 +1,5 @@ -(markdown-mode+ :repo "milkypostman/markdown-mode-plus" :fetcher github :files - ("markdown-mode+.el" "HTML as Markdown in Emacs.applescript")) +(markdown-mode+ :repo "milkypostman/markdown-mode-plus" + :fetcher github + :files ("markdown-mode+.el" + "HTML as Markdown in Emacs.applescript")) diff --git a/recipes/melpa b/recipes/melpa index bacfc1a7..5dd5534f 100644 --- a/recipes/melpa +++ b/recipes/melpa @@ -1,3 +1,4 @@ -(melpa :repo "milkypostman/melpa" :fetcher github :files - ("melpa.el")) +(melpa :repo "milkypostman/melpa" + :fetcher github + :files ("melpa.el")) diff --git a/recipes/org-toodledo b/recipes/org-toodledo index 65ba440d..2bbc294f 100644 --- a/recipes/org-toodledo +++ b/recipes/org-toodledo @@ -1,3 +1,4 @@ -(org-toodledo :repo "christopherjwhite/org-toodledo" :fetcher github :files - ("http-post-simple.el" "org-toodledo.el" "w3mexcerpt.el")) +(org-toodledo :repo "christopherjwhite/org-toodledo" + :fetcher github + :files ("http-post-simple.el" "org-toodledo.el" "w3mexcerpt.el")) diff --git a/recipes/paredit b/recipes/paredit index 25847ccb..80c941d2 100644 --- a/recipes/paredit +++ b/recipes/paredit @@ -1,3 +1,4 @@ -(paredit :url "http://mumble.net/~campbell/emacs/paredit" :fetcher darcs :files - ("paredit.el")) +(paredit :url "http://mumble.net/~campbell/emacs/paredit" + :fetcher darcs + :files ("paredit.el")) diff --git a/recipes/pkgbuild-mode b/recipes/pkgbuild-mode index d91df694..e35496ea 100644 --- a/recipes/pkgbuild-mode +++ b/recipes/pkgbuild-mode @@ -1,3 +1,4 @@ -(pkgbuild-mode :repo "juergenhoetzel/pkgbuild-mode" :fetcher github :files - ("pkgbuild-mode.el")) +(pkgbuild-mode :repo "juergenhoetzel/pkgbuild-mode" + :fetcher github + :files ("pkgbuild-mode.el")) diff --git a/recipes/pony-mode b/recipes/pony-mode index 59f0db23..b2b2b036 100644 --- a/recipes/pony-mode +++ b/recipes/pony-mode @@ -1,4 +1,4 @@ (pony-mode :repo "davidmiller/pony-mode" :fetcher github - :files ("src/*.el")) + :files ("src/*.el" "snippets")) diff --git a/recipes/popup b/recipes/popup index 9af7e322..04c63770 100644 --- a/recipes/popup +++ b/recipes/popup @@ -1,3 +1,4 @@ -(popup :repo "m2ym/popup-el" :fetcher github :files - ("popup.el")) +(popup :repo "m2ym/popup-el" + :fetcher github + :files ("popup.el")) diff --git a/recipes/projectile b/recipes/projectile index f2c29d5e..6bfd5454 100644 --- a/recipes/projectile +++ b/recipes/projectile @@ -1,3 +1,4 @@ -(projectile :repo "bbatsov/projectile" :fetcher github :files - ("projectile.el")) +(projectile :repo "bbatsov/projectile" + :fetcher github + :files ("projectile.el")) diff --git a/recipes/ruby-compilation b/recipes/ruby-compilation index ce6e96b0..9eb1ac47 100644 --- a/recipes/ruby-compilation +++ b/recipes/ruby-compilation @@ -1,3 +1,4 @@ -(ruby-compilation :repo "eschulte/rinari" :fetcher github :files - ("util/ruby-compilation.el")) +(ruby-compilation :repo "eschulte/rinari" + :fetcher github + :files ("util/ruby-compilation.el")) diff --git a/recipes/ruby-interpolation b/recipes/ruby-interpolation index e0a83496..b267cbe1 100644 --- a/recipes/ruby-interpolation +++ b/recipes/ruby-interpolation @@ -1,3 +1,3 @@ (ruby-interpolation :repo "leoc/ruby-interpolation.el" - :fetcher github) + :fetcher github) diff --git a/recipes/ruby-mode b/recipes/ruby-mode index 5c11e9cb..7a0ea746 100644 --- a/recipes/ruby-mode +++ b/recipes/ruby-mode @@ -1,3 +1,4 @@ -(ruby-mode :url "http://svn.ruby-lang.org/repos/ruby/trunk/misc" :fetcher svn :files - ("ruby-mode.el")) +(ruby-mode :url "http://svn.ruby-lang.org/repos/ruby/trunk/misc" + :fetcher svn + :files ("ruby-mode.el")) diff --git a/recipes/slime b/recipes/slime index c5aeca93..51f121cc 100644 --- a/recipes/slime +++ b/recipes/slime @@ -1,3 +1,4 @@ -(slime :repo "nablaone/slime" :fetcher github :files - ("slime.el")) +(slime :repo "nablaone/slime" + :fetcher github + :files ("slime.el")) diff --git a/recipes/slime-ritz b/recipes/slime-ritz index 0ec5170e..4b55d853 100644 --- a/recipes/slime-ritz +++ b/recipes/slime-ritz @@ -1,3 +1,4 @@ -(slime-ritz :repo "pallet/ritz" :fetcher github :files - ("src/main/elisp/slime-ritz.el")) +(slime-ritz :repo "pallet/ritz" + :fetcher github + :files ("src/main/elisp/slime-ritz.el")) diff --git a/recipes/starter-kit-bindings b/recipes/starter-kit-bindings index 2a60a963..2096e04a 100644 --- a/recipes/starter-kit-bindings +++ b/recipes/starter-kit-bindings @@ -1,3 +1,4 @@ -(starter-kit-bindings :repo "technomancy/emacs-starter-kit" :fetcher github :files - ("modules/starter-kit-bindings.el")) +(starter-kit-bindings :repo "technomancy/emacs-starter-kit" + :fetcher github + :files ("modules/starter-kit-bindings.el")) diff --git a/recipes/starter-kit-eshell b/recipes/starter-kit-eshell index a4c0824e..278fdc2e 100644 --- a/recipes/starter-kit-eshell +++ b/recipes/starter-kit-eshell @@ -1,3 +1,4 @@ -(starter-kit-eshell :repo "technomancy/emacs-starter-kit" :fetcher github :files - ("modules/starter-kit-eshell.el")) +(starter-kit-eshell :repo "technomancy/emacs-starter-kit" + :fetcher github + :files ("modules/starter-kit-eshell.el")) diff --git a/recipes/starter-kit-js b/recipes/starter-kit-js index 73fb788c..55721b13 100644 --- a/recipes/starter-kit-js +++ b/recipes/starter-kit-js @@ -1,3 +1,4 @@ -(starter-kit-js :repo "technomancy/emacs-starter-kit" :fetcher github :files - ("modules/starter-kit-js.el")) +(starter-kit-js :repo "technomancy/emacs-starter-kit" + :fetcher github + :files ("modules/starter-kit-js.el")) diff --git a/recipes/starter-kit-lisp b/recipes/starter-kit-lisp index 4dca7073..db39ae18 100644 --- a/recipes/starter-kit-lisp +++ b/recipes/starter-kit-lisp @@ -1,3 +1,4 @@ -(starter-kit-lisp :repo "technomancy/emacs-starter-kit" :fetcher github :files - ("modules/starter-kit-lisp.el")) +(starter-kit-lisp :repo "technomancy/emacs-starter-kit" + :fetcher github + :files ("modules/starter-kit-lisp.el")) diff --git a/recipes/starter-kit-perl b/recipes/starter-kit-perl index f5d0d904..3f2b934b 100644 --- a/recipes/starter-kit-perl +++ b/recipes/starter-kit-perl @@ -1,3 +1,4 @@ -(starter-kit-perl :repo "technomancy/emacs-starter-kit" :fetcher github :files - ("modules/starter-kit-perl.el")) +(starter-kit-perl :repo "technomancy/emacs-starter-kit" + :fetcher github + :files ("modules/starter-kit-perl.el")) diff --git a/recipes/starter-kit-ruby b/recipes/starter-kit-ruby index ffb347a5..b9c0a43a 100644 --- a/recipes/starter-kit-ruby +++ b/recipes/starter-kit-ruby @@ -1,3 +1,4 @@ -(starter-kit-ruby :repo "technomancy/emacs-starter-kit" :fetcher github :files - ("modules/starter-kit-ruby.el")) +(starter-kit-ruby :repo "technomancy/emacs-starter-kit" + :fetcher github + :files ("modules/starter-kit-ruby.el")) diff --git a/recipes/yari b/recipes/yari index 7e255f9b..7edebeae 100644 --- a/recipes/yari +++ b/recipes/yari @@ -1,3 +1,4 @@ -(yari :repo "hron/yari.el" :fetcher github :files - ("yari.el")) +(yari :repo "hron/yari.el" + :fetcher github + :files ("yari.el")) diff --git a/recipes/yasnippet b/recipes/yasnippet index e0b7abda..b01ed1c7 100644 --- a/recipes/yasnippet +++ b/recipes/yasnippet @@ -1,3 +1,4 @@ -(yasnippet :repo "capitaomorte/yasnippet" :fetcher github :files - ("*.el" "snippets")) +(yasnippet :repo "capitaomorte/yasnippet" + :fetcher github + :files ("*.el" "snippets")) diff --git a/recipes/zenburn-theme b/recipes/zenburn-theme index 7d930884..e6caf7fc 100644 --- a/recipes/zenburn-theme +++ b/recipes/zenburn-theme @@ -1,3 +1,4 @@ -(zenburn-theme :repo "bbatsov/zenburn-emacs" :fetcher github :files - ("zenburn-theme.el")) +(zenburn-theme :repo "bbatsov/zenburn-emacs" + :fetcher github + :files ("zenburn-theme.el"))