20 lines
500 B
Text
20 lines
500 B
Text
|
(source gnu)
|
||
|
(source melpa)
|
||
|
|
||
|
(package-file "./oni-php.el")
|
||
|
|
||
|
(depends-on "php-mode")
|
||
|
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
|
||
|
(depends-on "oni-flycheck" :git "../" :files ("oni-flycheck.el"))
|
||
|
(depends-on "oni-company" :git "../" :files ("oni-company.el"))
|
||
|
(depends-on "oni-fci" :git "../" :files ("oni-fci.el"))
|
||
|
(depends-on "ggtags")
|
||
|
(depends-on "fic-mode")
|
||
|
(depends-on "hydra")
|
||
|
(depends-on "company-php")
|
||
|
(depends-on "phpcbf")
|
||
|
|
||
|
(files
|
||
|
"*.el"
|
||
|
("snippets" "./snippets/*"))
|