mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Remove some redundant file specs.
This commit is contained in:
parent
97eb7c0934
commit
091dcc3775
23 changed files with 21 additions and 47 deletions
|
@ -1,3 +1 @@
|
|||
(align-cljlet :repo "gstamp/align-cljlet"
|
||||
:fetcher github
|
||||
:files ("align-cljlet.el"))
|
||||
(align-cljlet :repo "gstamp/align-cljlet" :fetcher github)
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
(autopair
|
||||
:fetcher github
|
||||
:repo "capitaomorte/autopair"
|
||||
:files ("autopair.el"))
|
||||
(autopair :fetcher github :repo "capitaomorte/autopair")
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
(boon :fetcher github :repo "jyp/boon" :files ("*.el"))
|
||||
|
||||
(boon :fetcher github :repo "jyp/boon")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(smart-forward :repo "magnars/smart-forward.el" :fetcher github :files ("smart-forward.el"))
|
||||
(smart-forward :repo "magnars/smart-forward.el" :fetcher github)
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
(smart-tab :repo "genehack/smart-tab" :fetcher github)
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
(supergenpass
|
||||
:fetcher github
|
||||
:repo "ober/sgpass"
|
||||
:files ("supergenpass.el"))
|
||||
:repo "ober/sgpass")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(term+ :repo "tarao/term-plus-el" :fetcher github :files ("*.el"))
|
||||
(term+ :repo "tarao/term-plus-el" :fetcher github)
|
||||
|
|
|
@ -1 +1 @@
|
|||
(thread-dump :fetcher github :repo "nd/thread-dump.el" :files ("thread-dump.el"))
|
||||
(thread-dump :fetcher github :repo "nd/thread-dump.el")
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
(trident-mode :fetcher github :repo "johnmastro/trident-mode.el"
|
||||
:files ("trident-mode.el"))
|
||||
(trident-mode :fetcher github :repo "johnmastro/trident-mode.el")
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
(twittering-mode :repo "hayamiz/twittering-mode" :fetcher github :files ("twittering-mode.el"))
|
||||
|
||||
(twittering-mode :repo "hayamiz/twittering-mode" :fetcher github)
|
||||
|
|
|
@ -1 +1 @@
|
|||
(ubuntu-theme :fetcher github :repo "rocher/ubuntu-theme" :files ("ubuntu-theme.el"))
|
||||
(ubuntu-theme :fetcher github :repo "rocher/ubuntu-theme")
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
(ujelly-theme :repo "marktran/color-theme-ujelly"
|
||||
:fetcher github
|
||||
:files ("ujelly-theme.el"))
|
||||
(ujelly-theme :repo "marktran/color-theme-ujelly" :fetcher github)
|
||||
|
|
|
@ -1 +1 @@
|
|||
(vagrant :fetcher github :repo "ottbot/vagrant.el" :files ("*.el"))
|
||||
(vagrant :fetcher github :repo "ottbot/vagrant.el")
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
(visual-regexp :repo "benma/visual-regexp.el"
|
||||
:fetcher github
|
||||
:files ("visual-regexp.el"))
|
||||
(visual-regexp :repo "benma/visual-regexp.el" :fetcher github)
|
||||
|
|
|
@ -1 +1 @@
|
|||
(wandbox :fetcher github :repo "kosh04/emacs-wandbox" :files ("wandbox.el"))
|
||||
(wandbox :fetcher github :repo "kosh04/emacs-wandbox")
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
(websocket :repo "ahyatt/emacs-websocket" :fetcher github
|
||||
:files ("websocket.el"))
|
||||
(websocket :repo "ahyatt/emacs-websocket" :fetcher github)
|
||||
|
|
|
@ -1 +1 @@
|
|||
(win-switch :fetcher github :repo "genovese/win-switch" :files ("win-switch.el"))
|
||||
(win-switch :fetcher github :repo "genovese/win-switch")
|
||||
|
|
|
@ -1 +1 @@
|
|||
(wisp-mode :fetcher hg :url "https://bitbucket.org/ArneBab/wisp" :files ("*.el"))
|
||||
(wisp-mode :fetcher hg :url "https://bitbucket.org/ArneBab/wisp")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
(with-namespace
|
||||
:repo "Wilfred/with-namespace.el"
|
||||
:files ("with-namespace.el")
|
||||
:fetcher github)
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
(yalinum :repo "tm8st/emacs-yalinum"
|
||||
:fetcher github
|
||||
:files ("yalinum.el"))
|
||||
:fetcher github)
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
(yari :repo "hron/yari.el"
|
||||
:fetcher github
|
||||
:files ("yari.el"))
|
||||
|
||||
(yari :repo "hron/yari.el" :fetcher github)
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
(yascroll
|
||||
:repo "m2ym/yascroll-el"
|
||||
:fetcher github
|
||||
:files ("yascroll.el"))
|
||||
(yascroll :repo "m2ym/yascroll-el" :fetcher github)
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
(zenburn-theme :repo "bbatsov/zenburn-emacs"
|
||||
:fetcher github
|
||||
:files ("zenburn-theme.el"))
|
||||
|
||||
(zenburn-theme :repo "bbatsov/zenburn-emacs" :fetcher github)
|
||||
|
|
Loading…
Reference in a new issue