From 97a238f4299aaa7a78945c08229466411f31f540 Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Sun, 4 Apr 2021 21:39:49 +0200 Subject: [PATCH] Fix packages missed in Melpa --- CHANGELOG.develop | 1 + layers/+lang/php/packages.el | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 4d728db7ac0b..206d49d63547 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -3055,6 +3055,7 @@ files (thanks to Daniel Nicolai) - Added LSP support, which can be used by enabling the =lsp= layer and setting the =php= layer's =php-backend= variable to =lsp= (thanks to Daniel Richtmann) + - Fix packages missed in Melpa (thanks to zebradil) **** PlantUML - Added a missing prefix: =compile= (thanks to Seong Yong-ju) - Added instructions for compiling the image locally by setting diff --git a/layers/+lang/php/packages.el b/layers/+lang/php/packages.el index 3d4ee3ea5e91..a15a08c57e64 100644 --- a/layers/+lang/php/packages.el +++ b/layers/+lang/php/packages.el @@ -31,10 +31,10 @@ ggtags counsel-gtags helm-gtags - php-auto-yasnippets + (php-auto-yasnippets :location (recipe :fetcher github :repo "emacs-php/php-auto-yasnippets")) (php-extras :location (recipe :fetcher github :repo "arnested/php-extras") :toggle (not (eq php-backend 'lsp))) php-mode - phpcbf + (phpcbf :location (recipe :fetcher github :repo "nishimaki10/emacs-phpcbf")) phpunit (phpactor :toggle (not (eq php-backend 'lsp))) (company-phpactor :requires company :toggle (not (eq php-backend 'lsp)))