19 lines
494 B
Text
19 lines
494 B
Text
|
(source gnu)
|
||
|
(source melpa)
|
||
|
|
||
|
(package-file "./oni-python.el")
|
||
|
|
||
|
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||
|
(depends-on "oni-company" :git "../" :files ("oni-company.el"))
|
||
|
(depends-on "company-jedi")
|
||
|
(depends-on "oni-fci" :git "../" :files ("oni-fci.el"))
|
||
|
(depends-on "oni-flycheck" :git "../" :files ("oni-flycheck.el"))
|
||
|
(depends-on "rainbow-delimiters")
|
||
|
(depends-on "reformatter")
|
||
|
(depends-on "traad")
|
||
|
(depends-on "hydra")
|
||
|
|
||
|
(files
|
||
|
"*.el"
|
||
|
("snippets" "./snippets/*"))
|