php layer: add php-extras recipe

This commit is contained in:
syl20bnr 2015-08-12 23:56:43 -04:00
parent 1c8d90c856
commit 77d4bf7ebd

View file

@ -10,18 +10,23 @@
;;
;;; License: GPLv3
(setq php-packages '(
company
drupal-mode
eldoc
ggtags
helm-gtags
php-auto-yasnippets
php-mode
phpcbf
phpunit
flycheck
))
(setq php-packages
'(
company
drupal-mode
eldoc
ggtags
helm-gtags
php-auto-yasnippets
(php-extras :location recipe)
php-mode
phpcbf
phpunit
flycheck
))
(setq php-package-recipes
'((php-extras :fetcher github :repo "arnested/php-extras")))
(defun php/init-drupal-mode ()
(use-package drupal-mode
@ -42,6 +47,10 @@
(use-package php-auto-yasnippets
:defer t))
(defun php/init-php-extras ()
(use-package php-extras
:defer t))
(defun php/init-php-mode ()
(use-package php-mode
:defer t