doomemacs/modules/lang/php/packages.el

17 lines
452 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))
;; (package! hack-mode
2017-02-19 18:57:16 -05:00
;; :recipe
;; (:fetcher url :url "https://raw.githubusercontent.com/facebook/hhvm/master/hphp/hack/editor-plugins/emacs/hack-mode.el"))