diff --git a/init.el b/init.el index 9e9dfc9..c373657 100644 --- a/init.el +++ b/init.el @@ -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)