mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Prefer wildcard in magma-mode recipe (see #2059)
This commit is contained in:
parent
9a8b3ed858
commit
59764a0aab
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
(magma-mode
|
||||
:fetcher github
|
||||
:repo "ThibautVerron/magma-mode"
|
||||
:files ("magma-mode.el" "magma-completion.el" "magma-font-lock.el"
|
||||
"magma-smie.el" "magma-interactive.el" "magma-scan.el"
|
||||
"magma-snippets.el"
|
||||
:files ("*.el"
|
||||
"snippets"
|
||||
("bin" "bin/build_completion_table.sh")))
|
||||
|
|
Loading…
Reference in a new issue