diff --git a/.emacs.d/config.org b/.emacs.d/config.org index f6f7d20..aa52f33 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -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