From 5106427b97c966820c261b922d4d15c02d4372f3 Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Sat, 24 Nov 2018 08:04:35 +0000
Subject: [PATCH] changed magit bindings

---
 init.el |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/init.el b/init.el
index 385f649..4a90e4a 100644
--- a/init.el
+++ b/init.el
@@ -1,5 +1,3 @@
-(provide 'init)
-
 (setq inhibit-startup-message t)
 
 ;; set paths for executable
@@ -252,11 +250,7 @@
 (use-package magit
   :ensure t
   :commands magit-get-top-dir
-  :bind (("C-x g s" . magit-status)
-         ("C-x g f" . magit-file-log)
-         ("C-x g h" . magit-log)
-	 ("C-x g c" . magit-branch)
-	 ("C-x g t" . magit-tag))
+  :bind ("C-x g" . magit-status)
   :init
   (progn
     ;; make magit status go full-screen but remember previous window

--
Gitblit v1.9.3