Remove some redundant file specs.

This commit is contained in:
Donald Curtis 2015-01-21 00:17:59 -05:00
parent 97eb7c0934
commit 091dcc3775
23 changed files with 21 additions and 47 deletions

View file

@ -1,3 +1 @@
(align-cljlet :repo "gstamp/align-cljlet"
:fetcher github
:files ("align-cljlet.el"))
(align-cljlet :repo "gstamp/align-cljlet" :fetcher github)

View file

@ -1,4 +1 @@
(autopair
:fetcher github
:repo "capitaomorte/autopair"
:files ("autopair.el"))
(autopair :fetcher github :repo "capitaomorte/autopair")

View file

@ -1,2 +1 @@
(boon :fetcher github :repo "jyp/boon" :files ("*.el"))
(boon :fetcher github :repo "jyp/boon")

View file

@ -1 +1 @@
(smart-forward :repo "magnars/smart-forward.el" :fetcher github :files ("smart-forward.el"))
(smart-forward :repo "magnars/smart-forward.el" :fetcher github)

View file

@ -1,2 +1 @@
(smart-tab :repo "genehack/smart-tab" :fetcher github)

View file

@ -1,4 +1,3 @@
(supergenpass
:fetcher github
:repo "ober/sgpass"
:files ("supergenpass.el"))
:repo "ober/sgpass")

View file

@ -1 +1 @@
(term+ :repo "tarao/term-plus-el" :fetcher github :files ("*.el"))
(term+ :repo "tarao/term-plus-el" :fetcher github)

View file

@ -1 +1 @@
(thread-dump :fetcher github :repo "nd/thread-dump.el" :files ("thread-dump.el"))
(thread-dump :fetcher github :repo "nd/thread-dump.el")

View file

@ -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")

View file

@ -1,2 +1 @@
(twittering-mode :repo "hayamiz/twittering-mode" :fetcher github :files ("twittering-mode.el"))
(twittering-mode :repo "hayamiz/twittering-mode" :fetcher github)

View file

@ -1 +1 @@
(ubuntu-theme :fetcher github :repo "rocher/ubuntu-theme" :files ("ubuntu-theme.el"))
(ubuntu-theme :fetcher github :repo "rocher/ubuntu-theme")

View file

@ -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)

View file

@ -1 +1 @@
(vagrant :fetcher github :repo "ottbot/vagrant.el" :files ("*.el"))
(vagrant :fetcher github :repo "ottbot/vagrant.el")

View file

@ -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)

View file

@ -1 +1 @@
(wandbox :fetcher github :repo "kosh04/emacs-wandbox" :files ("wandbox.el"))
(wandbox :fetcher github :repo "kosh04/emacs-wandbox")

View file

@ -1,2 +1 @@
(websocket :repo "ahyatt/emacs-websocket" :fetcher github
:files ("websocket.el"))
(websocket :repo "ahyatt/emacs-websocket" :fetcher github)

View file

@ -1 +1 @@
(win-switch :fetcher github :repo "genovese/win-switch" :files ("win-switch.el"))
(win-switch :fetcher github :repo "genovese/win-switch")

View file

@ -1 +1 @@
(wisp-mode :fetcher hg :url "https://bitbucket.org/ArneBab/wisp" :files ("*.el"))
(wisp-mode :fetcher hg :url "https://bitbucket.org/ArneBab/wisp")

View file

@ -1,4 +1,3 @@
(with-namespace
:repo "Wilfred/with-namespace.el"
:files ("with-namespace.el")
:fetcher github)

View file

@ -1,3 +1,2 @@
(yalinum :repo "tm8st/emacs-yalinum"
:fetcher github
:files ("yalinum.el"))
:fetcher github)

View file

@ -1,4 +1 @@
(yari :repo "hron/yari.el"
:fetcher github
:files ("yari.el"))
(yari :repo "hron/yari.el" :fetcher github)

View file

@ -1,4 +1 @@
(yascroll
:repo "m2ym/yascroll-el"
:fetcher github
:files ("yascroll.el"))
(yascroll :repo "m2ym/yascroll-el" :fetcher github)

View file

@ -1,4 +1 @@
(zenburn-theme :repo "bbatsov/zenburn-emacs"
:fetcher github
:files ("zenburn-theme.el"))
(zenburn-theme :repo "bbatsov/zenburn-emacs" :fetcher github)