Fix :fetcher of recipes that used a string as value

This commit is contained in:
Jonas Bernoulli 2015-01-02 16:16:39 +01:00
parent 4baa022933
commit c33a2a6d8b
18 changed files with 20 additions and 26 deletions

View file

@ -1 +1 @@
(auto-dim-other-buffers :fetcher "github" :repo "mina86/auto-dim-other-buffers.el")
(auto-dim-other-buffers :fetcher github :repo "mina86/auto-dim-other-buffers.el")

View file

@ -1,3 +1 @@
(bbcode-mode
:fetcher "github"
:repo "ejmr/bbcode-mode")
(bbcode-mode :fetcher github :repo "ejmr/bbcode-mode")

View file

@ -1,2 +1,3 @@
(codic :fetcher "github" :repo "syohex/emacs-codic"
(codic :fetcher github
:repo "syohex/emacs-codic"
:files ("*.el" ("dict" "dict/*.csv")))

View file

@ -1 +1 @@
(company-tern :fetcher "github" :repo "proofit404/company-tern")
(company-tern :fetcher github :repo "proofit404/company-tern")

View file

@ -1 +1 @@
(control-mode :fetcher "github" :repo "stephendavidmarsh/control-mode")
(control-mode :fetcher github :repo "stephendavidmarsh/control-mode")

View file

@ -1,3 +1 @@
(dvorak-mode
:fetcher "github"
:repo "proofit404/dvorak-mode")
(dvorak-mode :fetcher github :repo "proofit404/dvorak-mode")

View file

@ -1,4 +1,4 @@
(edbi-sqlite
:fetcher "github"
:fetcher github
:repo "proofit404/edbi-sqlite"
:old-names (edbi-sqlite3))

View file

@ -1 +1 @@
(edit-indirect :fetcher "github" :repo "Fanael/edit-indirect")
(edit-indirect :fetcher github :repo "Fanael/edit-indirect")

View file

@ -1,4 +1,4 @@
(emacsc
:fetcher "github"
:fetcher github
:repo "knu/emacsc"
:files ("lisp/*.el" "bin"))

View file

@ -1 +1 @@
(grunt :fetcher "github" :repo "gempesaw/grunt.el")
(grunt :fetcher github :repo "gempesaw/grunt.el")

View file

@ -1,2 +1,3 @@
(helm-perldoc :fetcher "github" :repo "syohex/emacs-helm-perldoc"
(helm-perldoc :fetcher github
:repo "syohex/emacs-helm-perldoc"
:files ("*.el" "*.pl"))

View file

@ -1,4 +1,4 @@
(helm-pydoc
:fetcher "github"
:fetcher github
:repo "syohex/emacs-helm-pydoc"
:files ("*.el" "*.py"))

View file

@ -1 +1 @@
(highlight-defined :fetcher "github" :repo "Fanael/highlight-defined")
(highlight-defined :fetcher github :repo "Fanael/highlight-defined")

View file

@ -1 +1 @@
(ido-vertical-mode :fetcher "github" :repo "gempesaw/ido-vertical-mode.el")
(ido-vertical-mode :fetcher github :repo "gempesaw/ido-vertical-mode.el")

View file

@ -1,3 +1 @@
(pyenv-mode
:fetcher "github"
:repo "proofit404/pyenv-mode")
(pyenv-mode :fetcher github :repo "proofit404/pyenv-mode")

View file

@ -1 +1 @@
(quickref :fetcher "github" :repo "pd/quickref.el")
(quickref :fetcher github :repo "pd/quickref.el")

View file

@ -1,3 +1 @@
(virtualenvwrapper
:repo "porterjamesj/virtualenvwrapper.el"
:fetcher "github")
(virtualenvwrapper :fetcher github :repo "porterjamesj/virtualenvwrapper.el")

View file

@ -1 +1 @@
(vs-emulation-mode :fetcher "github" :repo "Fanael/vs-emulation-mode")
(vs-emulation-mode :fetcher github :repo "Fanael/vs-emulation-mode")