From d6fb02a472d9aa76a5e75cf6d507541a691b5a3c Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Tue, 24 Oct 2017 20:53:40 +0200 Subject: [PATCH] Test --- elisp/plugin-magit.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/elisp/plugin-magit.el b/elisp/plugin-magit.el index e2b512e..b829717 100644 --- a/elisp/plugin-magit.el +++ b/elisp/plugin-magit.el @@ -1,4 +1,5 @@ -;; Anleitung +;;; plugin-magit --- Summary +;;; Commentary: ;; https://magit.vc/manual/magit/index.html ;; ;; M-x magit-init initiiert repository und zeigt status buffer @@ -13,9 +14,12 @@ ;; b b switch to another branch ;; P u git push ;; F u git pull - +;; +;;; Code: (use-package magit :ensure t) (provide 'plugin-magit) + +;;; plugin-magit ends here