lang/php: add +hack support

This commit is contained in:
Henrik Lissner 2018-07-29 02:46:18 +02:00
parent 6cfbeaa4f6
commit db8ed4aac6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 21 additions and 23 deletions

View file

@ -10,7 +10,6 @@
(when (featurep! :completion company)
(package! company-php))
;; (package! hack-mode
;; :recipe
;; (:fetcher url :url "https://raw.githubusercontent.com/facebook/hhvm/master/hphp/hack/editor-plugins/emacs/hack-mode.el"))
(when (featurep! +hack)
(package! hack-mode :recipe (:fetcher github :repo "hhvm/hack-mode")))