mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Fix :fetcher of recipes that used a string as value
This commit is contained in:
parent
4baa022933
commit
c33a2a6d8b
18 changed files with 20 additions and 26 deletions
|
@ -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")
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
(bbcode-mode
|
||||
:fetcher "github"
|
||||
:repo "ejmr/bbcode-mode")
|
||||
(bbcode-mode :fetcher github :repo "ejmr/bbcode-mode")
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
(codic :fetcher "github" :repo "syohex/emacs-codic"
|
||||
(codic :fetcher github
|
||||
:repo "syohex/emacs-codic"
|
||||
:files ("*.el" ("dict" "dict/*.csv")))
|
||||
|
|
|
@ -1 +1 @@
|
|||
(company-tern :fetcher "github" :repo "proofit404/company-tern")
|
||||
(company-tern :fetcher github :repo "proofit404/company-tern")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(control-mode :fetcher "github" :repo "stephendavidmarsh/control-mode")
|
||||
(control-mode :fetcher github :repo "stephendavidmarsh/control-mode")
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
(dvorak-mode
|
||||
:fetcher "github"
|
||||
:repo "proofit404/dvorak-mode")
|
||||
(dvorak-mode :fetcher github :repo "proofit404/dvorak-mode")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(edbi-sqlite
|
||||
:fetcher "github"
|
||||
:fetcher github
|
||||
:repo "proofit404/edbi-sqlite"
|
||||
:old-names (edbi-sqlite3))
|
||||
|
|
|
@ -1 +1 @@
|
|||
(edit-indirect :fetcher "github" :repo "Fanael/edit-indirect")
|
||||
(edit-indirect :fetcher github :repo "Fanael/edit-indirect")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(emacsc
|
||||
:fetcher "github"
|
||||
:fetcher github
|
||||
:repo "knu/emacsc"
|
||||
:files ("lisp/*.el" "bin"))
|
||||
|
|
|
@ -1 +1 @@
|
|||
(grunt :fetcher "github" :repo "gempesaw/grunt.el")
|
||||
(grunt :fetcher github :repo "gempesaw/grunt.el")
|
||||
|
|
|
@ -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"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(helm-pydoc
|
||||
:fetcher "github"
|
||||
:fetcher github
|
||||
:repo "syohex/emacs-helm-pydoc"
|
||||
:files ("*.el" "*.py"))
|
||||
|
|
|
@ -1 +1 @@
|
|||
(highlight-defined :fetcher "github" :repo "Fanael/highlight-defined")
|
||||
(highlight-defined :fetcher github :repo "Fanael/highlight-defined")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(ido-vertical-mode :fetcher "github" :repo "gempesaw/ido-vertical-mode.el")
|
||||
(ido-vertical-mode :fetcher github :repo "gempesaw/ido-vertical-mode.el")
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
(pyenv-mode
|
||||
:fetcher "github"
|
||||
:repo "proofit404/pyenv-mode")
|
||||
(pyenv-mode :fetcher github :repo "proofit404/pyenv-mode")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(quickref :fetcher "github" :repo "pd/quickref.el")
|
||||
(quickref :fetcher github :repo "pd/quickref.el")
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
(virtualenvwrapper
|
||||
:repo "porterjamesj/virtualenvwrapper.el"
|
||||
:fetcher "github")
|
||||
(virtualenvwrapper :fetcher github :repo "porterjamesj/virtualenvwrapper.el")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(vs-emulation-mode :fetcher "github" :repo "Fanael/vs-emulation-mode")
|
||||
(vs-emulation-mode :fetcher github :repo "Fanael/vs-emulation-mode")
|
||||
|
|
Loading…
Reference in a new issue