Skip to content

Commit

Permalink
Remove some redundant file specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
milkypostman committed Jan 21, 2015
1 parent 97eb7c0 commit 091dcc3
Show file tree
Hide file tree
Showing 23 changed files with 21 additions and 47 deletions.
4 changes: 1 addition & 3 deletions recipes/align-cljlet
@@ -1,3 +1 @@
(align-cljlet :repo "gstamp/align-cljlet"
:fetcher github
:files ("align-cljlet.el"))
(align-cljlet :repo "gstamp/align-cljlet" :fetcher github)
5 changes: 1 addition & 4 deletions recipes/autopair
@@ -1,4 +1 @@
(autopair
:fetcher github
:repo "capitaomorte/autopair"
:files ("autopair.el"))
(autopair :fetcher github :repo "capitaomorte/autopair")
3 changes: 1 addition & 2 deletions recipes/boon
@@ -1,2 +1 @@
(boon :fetcher github :repo "jyp/boon" :files ("*.el"))

(boon :fetcher github :repo "jyp/boon")
2 changes: 1 addition & 1 deletion recipes/smart-forward
@@ -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 change: 0 additions & 1 deletion recipes/smart-tab
@@ -1,2 +1 @@
(smart-tab :repo "genehack/smart-tab" :fetcher github)

3 changes: 1 addition & 2 deletions recipes/supergenpass
@@ -1,4 +1,3 @@
(supergenpass
:fetcher github
:repo "ober/sgpass"
:files ("supergenpass.el"))
:repo "ober/sgpass")
2 changes: 1 addition & 1 deletion recipes/term+
@@ -1 +1 @@
(term+ :repo "tarao/term-plus-el" :fetcher github :files ("*.el"))
(term+ :repo "tarao/term-plus-el" :fetcher github)
2 changes: 1 addition & 1 deletion recipes/thread-dump
@@ -1 +1 @@
(thread-dump :fetcher github :repo "nd/thread-dump.el" :files ("thread-dump.el"))
(thread-dump :fetcher github :repo "nd/thread-dump.el")
3 changes: 1 addition & 2 deletions recipes/trident-mode
@@ -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")
3 changes: 1 addition & 2 deletions recipes/twittering-mode
@@ -1,2 +1 @@
(twittering-mode :repo "hayamiz/twittering-mode" :fetcher github :files ("twittering-mode.el"))

(twittering-mode :repo "hayamiz/twittering-mode" :fetcher github)
2 changes: 1 addition & 1 deletion recipes/ubuntu-theme
@@ -1 +1 @@
(ubuntu-theme :fetcher github :repo "rocher/ubuntu-theme" :files ("ubuntu-theme.el"))
(ubuntu-theme :fetcher github :repo "rocher/ubuntu-theme")
4 changes: 1 addition & 3 deletions recipes/ujelly-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)
2 changes: 1 addition & 1 deletion recipes/vagrant
@@ -1 +1 @@
(vagrant :fetcher github :repo "ottbot/vagrant.el" :files ("*.el"))
(vagrant :fetcher github :repo "ottbot/vagrant.el")
4 changes: 1 addition & 3 deletions recipes/visual-regexp
@@ -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)
2 changes: 1 addition & 1 deletion recipes/wandbox
@@ -1 +1 @@
(wandbox :fetcher github :repo "kosh04/emacs-wandbox" :files ("wandbox.el"))
(wandbox :fetcher github :repo "kosh04/emacs-wandbox")
3 changes: 1 addition & 2 deletions recipes/websocket
@@ -1,2 +1 @@
(websocket :repo "ahyatt/emacs-websocket" :fetcher github
:files ("websocket.el"))
(websocket :repo "ahyatt/emacs-websocket" :fetcher github)
2 changes: 1 addition & 1 deletion recipes/win-switch
@@ -1 +1 @@
(win-switch :fetcher github :repo "genovese/win-switch" :files ("win-switch.el"))
(win-switch :fetcher github :repo "genovese/win-switch")
2 changes: 1 addition & 1 deletion recipes/wisp-mode
@@ -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 change: 0 additions & 1 deletion recipes/with-namespace
@@ -1,4 +1,3 @@
(with-namespace
:repo "Wilfred/with-namespace.el"
:files ("with-namespace.el")
:fetcher github)
3 changes: 1 addition & 2 deletions recipes/yalinum
@@ -1,3 +1,2 @@
(yalinum :repo "tm8st/emacs-yalinum"
:fetcher github
:files ("yalinum.el"))
:fetcher github)
5 changes: 1 addition & 4 deletions recipes/yari
@@ -1,4 +1 @@
(yari :repo "hron/yari.el"
:fetcher github
:files ("yari.el"))

(yari :repo "hron/yari.el" :fetcher github)
5 changes: 1 addition & 4 deletions recipes/yascroll
@@ -1,4 +1 @@
(yascroll
:repo "m2ym/yascroll-el"
:fetcher github
:files ("yascroll.el"))
(yascroll :repo "m2ym/yascroll-el" :fetcher github)
5 changes: 1 addition & 4 deletions recipes/zenburn-theme
@@ -1,4 +1 @@
(zenburn-theme :repo "bbatsov/zenburn-emacs"
:fetcher github
:files ("zenburn-theme.el"))

(zenburn-theme :repo "bbatsov/zenburn-emacs" :fetcher github)

0 comments on commit 091dcc3

Please sign in to comment.