lang/php: refactor + add company-php

This commit is contained in:
Henrik Lissner 2017-05-23 21:33:03 +02:00
parent ee44a1c572
commit d949935628
2 changed files with 23 additions and 8 deletions

View file

@ -7,6 +7,9 @@
(package! php-refactor-mode)
(package! phpunit)
(when (featurep! :completion company)
(package! company-php))
;; (package! hack-mode
;; :recipe
;; (:fetcher url :url "https://raw.githubusercontent.com/facebook/hhvm/master/hphp/hack/editor-plugins/emacs/hack-mode.el"))