Added Magit to emacs config
This commit is contained in:
parent
6ad1c3f881
commit
4a9d6efd7f
@ -231,6 +231,14 @@ Install *Ivy-rich* for function info in Ivy autocomplete.
|
|||||||
:init (ivy-rich-mode 1))
|
:init (ivy-rich-mode 1))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
*** Magit
|
||||||
|
|
||||||
|
*Magit* adds several features to emacs that make using git easier.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package magit)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Cosmetic
|
* Cosmetic
|
||||||
|
|
||||||
Packages that change the look of emacs in some way.
|
Packages that change the look of emacs in some way.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user