Skip to content

Commit

Permalink
Fix packages missed in Melpa
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil authored and duianto committed Apr 4, 2021
1 parent f7c2ce8 commit 97a238f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.develop
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions layers/+lang/php/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 97a238f

Please sign in to comment.