mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 19:18:39 +00:00
Cut down the files bundled into anaconda-mode (see #1761)
This commit is contained in:
parent
3ea1f7f015
commit
247e9fa663
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
(anaconda-mode
|
||||
:fetcher github
|
||||
:repo "anaconda-mode/anaconda-mode"
|
||||
:files ("*.el" "*.py" "vendor"))
|
||||
:files ("*.el"
|
||||
"*.py"
|
||||
("vendor/jedi/jedi" "vendor/jedi/jedi")
|
||||
("vendor/click/click" "vendor/click/click")
|
||||
("vendor/jsonrpc/jsonrpc" "vendor/jsonrpc/jsonrpc")))
|
||||
|
|
Loading…
Reference in a new issue