2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/php/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(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-02-23 00:06:12 -05:00
|
|
|
;; (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"))
|
|
|
|
|