Skip to content

Commit

Permalink
Always load magit
Browse files Browse the repository at this point in the history
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.
emacs-evil/evil-collection#637
  • Loading branch information
Andreas Zweili committed Sep 20, 2023
1 parent 10647a1 commit 6c6492d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
;; enable magit a great git porcelain.
(use-package magit
:demand t
:commands magit-status
:bind
("<f10>" . magit-status)
Expand Down

0 comments on commit 6c6492d

Please sign in to comment.