From ec509018cc485c02adfcfdedb824f229ab603326 Mon Sep 17 00:00:00 2001 From: kj Date: Thu, 11 Jun 2026 08:14:09 -0300 Subject: [PATCH] feat(php): add magit-psr package configuration --- configs/lang-php.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/lang-php.el b/configs/lang-php.el index 90bd7bb..b3b3293 100644 --- a/configs/lang-php.el +++ b/configs/lang-php.el @@ -53,5 +53,12 @@ ) ) +(use-package magit-psr + :ensure (:host github :repo "KJ2ME/magit-psr") + :config + (setq magit-psr-recent-commits 20 + ;; magit-psr-show-warnings t + magit-psr-show-placeholder nil)) + (provide 'lang-php) ;;; lang-php.el ends here