Remove some redundant use-package declaration for magit-repos

This package is automatically loaded by magit.
This commit is contained in:
Daniel - 2023-01-21 11:10:52 +01:00
parent f762ed10de
commit c048d4dc29
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 4 deletions

View File

@ -1541,7 +1541,8 @@ point to the beginning of buffer first."
(use-package magit
:ensure t
:commands (magit-status)
:commands (magit-status
magit-list-repositories)
:init (setq magit-diff-refine-hunk nil
magit-commit-show-diff nil)
:config (progn
@ -1551,9 +1552,6 @@ point to the beginning of buffer first."
(db/sync-magit-repos-from-projectile)))
(use-package magit-repos
:commands (magit-list-repositories))
(use-package projectile
:ensure t
:commands (projectile-mode)