doomemacs/modules/lang/php/packages.el

20 lines
497 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/php/packages.el
(package! php-boris)
(package! php-extras :recipe (:host github :repo "arnested/php-extras"))
(package! php-mode)
(package! php-refactor-mode)
(package! phpunit)
2017-02-19 18:57:16 -05:00
2018-07-29 02:46:18 +02:00
(when (featurep! +hack)
(package! hack-mode :recipe (:host github :repo "hhvm/hack-mode")))
2017-02-19 18:57:16 -05:00
(unless (featurep! +lsp)
(package! phpactor)
(when (featurep! :completion company)
(package! company-phpactor)))
(when (featurep! :editor format)
(package! php-cs-fixer))