From 520350eb1bd0d241bbc7d7210f099b8a808a41ff Mon Sep 17 00:00:00 2001 From: Ariane Troche Date: Fri, 18 Dec 2020 18:51:00 +0100 Subject: [PATCH] git: Magit der Emacs Git-Client --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.org b/config.org index afa5e2a..ad0128c 100644 --- a/config.org +++ b/config.org @@ -85,3 +85,10 @@ :ensure t :bind ("" . 'restart-emacs)) #+END_SRC + +* Magit + Magit ist ein git-Client für Emacs: [[https://magit.vc/manual/magit/#Top][Magit User Manual]] + #+BEGIN_SRC emacs-lisp + (use-package magit + :bind ("C-x g" . magit-status)) + #+END_SRC