doomemacs/modules/lang/php/packages.el

16 lines
386 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 (:fetcher github :repo "arnested/php-extras"))
(package! php-mode)
(package! php-refactor-mode)
(package! phpunit)
2017-02-19 18:57:16 -05:00
2017-05-23 21:33:03 +02:00
(when (featurep! :completion company)
(package! company-php))
2018-07-29 02:46:18 +02:00
(when (featurep! +hack)
(package! hack-mode :recipe (:fetcher github :repo "hhvm/hack-mode")))
2017-02-19 18:57:16 -05:00