From 29299b942c467b6c63fca99b83fb4e481993b9d5 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 17 Oct 2022 23:29:38 -0500 Subject: Autoload magit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 6889957..843fae9 100644 --- a/init.el +++ b/init.el @@ -203,4 +203,5 @@ (dash "https://github.com/magnars/dash.el") (with-editor "https://github.com/magit/with-editor" (locate-user-emacs-file "yoke/with-editor/lisp"))) - (autoload #'transient--with-suspended-override "transient")) + (autoload #'transient--with-suspended-override "transient") + (autoload #'magit "magit" nil :interactive)) -- cgit 1.4.1-21-gabe81