Added Magit to emacs config

This commit is contained in:
Random936 2023-05-13 12:35:57 -07:00
parent 6ad1c3f881
commit 4a9d6efd7f

View File

@ -231,6 +231,14 @@ Install *Ivy-rich* for function info in Ivy autocomplete.
:init (ivy-rich-mode 1))
#+end_src
*** Magit
*Magit* adds several features to emacs that make using git easier.
#+begin_src emacs-lisp
(use-package magit)
#+end_src
* Cosmetic
Packages that change the look of emacs in some way.