Three new recipes

This commit is contained in:
Daniel Ziltener 2019-12-08 20:29:33 +01:00 committed by Alex Ott
parent fc82752d74
commit 05bc5671a4
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,4 @@
(:name ac-html-bootstrap
:description "Bootstrap completion candidates for ac-html.el and company-web"
:type github
:pkgname "osv/ac-html-bootstrap")

View File

@ -0,0 +1,4 @@
(:name ac-html-csswatcher
:description "HTML Class and ID completion for emacs by using ac-html.el and csswatcher projects"
:type github
:pkgname "osv/ac-html-csswatcher")

View File

@ -0,0 +1,6 @@
(:name company-phpactor
:description "Company integration for Phpactor."
:type github
:pkgname "emacs-php/phpactor.el"
:build (("rm" "-f" "phpactor.el" "composer.json" "composer.lock"))
:depends (company-mode phpactor))