diff --git a/recipes/anaconda-mode b/recipes/anaconda-mode new file mode 100644 index 00000000..47c48f4d --- /dev/null +++ b/recipes/anaconda-mode @@ -0,0 +1,4 @@ +(anaconda-mode + :fetcher "github" + :repo "proofit404/anaconda-mode" + :files ("anaconda_mode" "*.el")) diff --git a/recipes/company-jedi b/recipes/company-jedi deleted file mode 100644 index 0228dc47..00000000 --- a/recipes/company-jedi +++ /dev/null @@ -1,4 +0,0 @@ -(company-jedi - :fetcher "github" - :repo "proofit404/company-jedi" - :files ("start_jedi" "company-jedi.el" "Makefile" "requirements.txt"))