From ebf7485972c24d4f45c2d47fe7d6f5e8afc60620 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 12 Sep 2023 11:47:54 -0600 Subject: [PATCH] [Emacs] Add comment explaining early demand of magit --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 611d49c5..3795c87c 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -55,6 +55,7 @@ (setq mac-option-modifier 'meta) (setq mac-command-modifier 'super)) +;; See https://github.com/magit/magit/discussions/4997 . Without this magit is broken. (use-package magit :demand t)