Stopped deferring magit. Waiting got kind of annoying.

This commit is contained in:
Random936 2023-09-27 15:30:43 -07:00
parent a2af1fd485
commit b5ecf967ed

View File

@ -165,8 +165,7 @@ Command Log Mode creates a window that logs all commands and corresponding keybi
*Magit* adds several features to Emacs that make using git easier. *Magit* adds several features to Emacs that make using git easier.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package magit (use-package magit)
:defer t)
#+end_src #+end_src
*** Helpful *** Helpful