Always load magit

Otherwise the evil-collection doesn't get enabled until I've opened magit once.
This is required because of a bug with evil-collection. If it doesn't get
started after magit, the help menu is broken.
https://github.com/emacs-evil/evil-collection/issues/637
This commit is contained in:
Andreas Zweili 2023-09-20 09:08:47 +02:00
parent 10647a136c
commit 6c6492debc
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
;; enable magit a great git porcelain.
(use-package magit
:demand t
:commands magit-status
:bind
("<f10>" . magit-status)