lang/php: replace ac-php with phpactor.el
phpactor is superior to phpctags, though it requires more setup. phpactors.el is superior to ac-php, though it is in alpha.
This commit is contained in:
parent
e0f2c260a1
commit
9c4d1c3b02
3 changed files with 64 additions and 33 deletions
|
@ -5,11 +5,9 @@
|
|||
(package! php-extras :recipe (:fetcher github :repo "arnested/php-extras"))
|
||||
(package! php-mode)
|
||||
(package! php-refactor-mode)
|
||||
(package! phpactor :recipe (:fetcher github :repo "emacs-php/phpactor.el" :files ("*.el")))
|
||||
(package! phpunit)
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-php))
|
||||
|
||||
(when (featurep! +hack)
|
||||
(package! hack-mode :recipe (:fetcher github :repo "hhvm/hack-mode")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue