From 4a9d6efd7fded792e125f6b6c99adcc6334eb016 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 13 May 2023 12:35:57 -0700 Subject: [PATCH] Added Magit to emacs config --- emacs/config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs/config.org b/emacs/config.org index 310918b..da8d416 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -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.