refactor(php): update magit-psr configuration

This commit is contained in:
kj
2026-06-11 12:56:40 -03:00
parent e011cae8ba
commit f8f76d2bde
2 changed files with 5 additions and 4 deletions

View File

@@ -55,10 +55,10 @@
(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))
:custom
(magit-psr-recent-commits 5)
(magit-psr-show-warnings t)
(magit-psr-show-placeholder nil))
(provide 'lang-php)
;;; lang-php.el ends here