feat(php): add magit-psr package configuration

This commit is contained in:
kj
2026-06-11 08:14:09 -03:00
parent 929df1655f
commit ec509018cc

View File

@@ -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) (provide 'lang-php)
;;; lang-php.el ends here ;;; lang-php.el ends here