mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Remove :files entries where value is the default ("*.el")
This commit is contained in:
parent
bc003ab90f
commit
f10631b740
8 changed files with 8 additions and 16 deletions
|
@ -1,4 +1,3 @@
|
|||
(color-theme-approximate
|
||||
:repo "tungd/color-theme-approximate"
|
||||
:fetcher github
|
||||
:files ("*.el"))
|
||||
:fetcher github)
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
(enotify :repo "laynor/enotify"
|
||||
:fetcher github
|
||||
:files ("*.el"))
|
||||
:fetcher github)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
(es-auto-auto-indent
|
||||
:repo "sabof/es-auto-auto-indent"
|
||||
:fetcher github
|
||||
:files ("*.el"))
|
||||
:fetcher github)
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
(es-lib :repo "sabof/es-lib"
|
||||
:fetcher github
|
||||
:files ("*.el"))
|
||||
:fetcher github)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
(es-shift-text
|
||||
:repo "sabof/es-shift-text"
|
||||
:fetcher github
|
||||
:files ("*.el"))
|
||||
:fetcher github)
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
(enotify :repo "lewang/helm-cmd-t"
|
||||
:fetcher github
|
||||
:files ("*.el"))
|
||||
:fetcher github)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
(ncl-mode
|
||||
:repo "yyr/ncl-mode"
|
||||
:fetcher github
|
||||
:files ("*.el"))
|
||||
:fetcher github)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
(php+-mode
|
||||
:fetcher github
|
||||
:repo "echosa/phpplus-mode"
|
||||
:files ("*.el"))
|
||||
:repo "echosa/phpplus-mode")
|
||||
|
|
Loading…
Reference in a new issue