[Emacs] Add comment explaining early demand of magit

This commit is contained in:
Ivan Malison 2023-09-12 11:47:54 -06:00
parent db86615adb
commit ebf7485972

View File

@ -55,6 +55,7 @@
(setq mac-option-modifier 'meta) (setq mac-option-modifier 'meta)
(setq mac-command-modifier 'super)) (setq mac-command-modifier 'super))
;; See https://github.com/magit/magit/discussions/4997 . Without this magit is broken.
(use-package magit (use-package magit
:demand t) :demand t)