mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Update recipes based on new style
This commit is contained in:
parent
a6e1dbe977
commit
ca7bf43ef8
32 changed files with 100 additions and 59 deletions
|
@ -1,3 +1,3 @@
|
|||
(auto-complete :repo "m2ym/auto-complete" :fetcher github :files
|
||||
("*.el" "dict/*"))
|
||||
("*.el" "dict"))
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
(ess :repo "milkypostman/ESS" :fetcher github :files
|
||||
("*.el" "lisp/*.el" "etc/*"))
|
||||
("*.el" ("lisp" "lisp/*.el") ("etc" "etc/*")))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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")))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(inflections :repo "milkypostman/jump.el" :fetcher github :files
|
||||
("inflections.el"))
|
||||
(inflections :repo "milkypostman/jump.el"
|
||||
:fetcher github
|
||||
:files ("inflections.el"))
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(jabber-mode :url "git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber"
|
||||
:fetcher git)
|
||||
(jabber-mode
|
||||
:url "git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber"
|
||||
:fetcher git)
|
||||
|
|
|
@ -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"))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(lua-mode
|
||||
:repo "immerrr/lua-mode"
|
||||
:fetcher github)
|
||||
:fetcher github)
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(melpa :repo "milkypostman/melpa" :fetcher github :files
|
||||
("melpa.el"))
|
||||
(melpa :repo "milkypostman/melpa"
|
||||
:fetcher github
|
||||
:files ("melpa.el"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(pony-mode
|
||||
:repo "davidmiller/pony-mode"
|
||||
:fetcher github
|
||||
:files ("src/*.el"))
|
||||
:files ("src/*.el" "snippets"))
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(popup :repo "m2ym/popup-el" :fetcher github :files
|
||||
("popup.el"))
|
||||
(popup :repo "m2ym/popup-el"
|
||||
:fetcher github
|
||||
:files ("popup.el"))
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(projectile :repo "bbatsov/projectile" :fetcher github :files
|
||||
("projectile.el"))
|
||||
(projectile :repo "bbatsov/projectile"
|
||||
:fetcher github
|
||||
:files ("projectile.el"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(ruby-interpolation
|
||||
:repo "leoc/ruby-interpolation.el"
|
||||
:fetcher github)
|
||||
:fetcher github)
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(slime :repo "nablaone/slime" :fetcher github :files
|
||||
("slime.el"))
|
||||
(slime :repo "nablaone/slime"
|
||||
:fetcher github
|
||||
:files ("slime.el"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(yari :repo "hron/yari.el" :fetcher github :files
|
||||
("yari.el"))
|
||||
(yari :repo "hron/yari.el"
|
||||
:fetcher github
|
||||
:files ("yari.el"))
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(yasnippet :repo "capitaomorte/yasnippet" :fetcher github :files
|
||||
("*.el" "snippets"))
|
||||
(yasnippet :repo "capitaomorte/yasnippet"
|
||||
:fetcher github
|
||||
:files ("*.el" "snippets"))
|
||||
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue