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.
#+begin_src emacs-lisp
(use-package magit
:defer t)
(use-package magit)
#+end_src
*** Helpful