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 |   30 +++++++++++-------------------
 1 files changed, 11 insertions(+), 19 deletions(-)

diff --git a/init.el b/init.el
index 89f4b4d..4a90e4a 100644
--- a/init.el
+++ b/init.el
@@ -1,4 +1,4 @@
-(provide 'init)
+(setq inhibit-startup-message t)
 
 ;; set paths for executable
 ;; use mingw64 for aspell, poppler (pdf-tools), gcc, ghostscript
@@ -250,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
@@ -425,16 +421,12 @@
   (setq auto-package-update-hide-results t)
   (auto-package-update-maybe))
 
-(custom-set-variables
- ;; custom-set-variables was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
- '(column-number-mode t)
- '(custom-safe-themes
-   (quote
-    ("ec5f697561eaf87b1d3b087dd28e61a2fc9860e4c862ea8e6b0b77bd4967d0ba" default)))
- '(debug-on-quit t)
- '(package-selected-packages
-   (quote
-    (company-math latex-preview-pane auctex zenburn-theme org flycheck-pos-tip flycheck rtags racket-mode geiser auto-package-update use-package pdf-tools org-bullets x86-lookup ztree yasnippet workgroups2 volatile-highlights undo-tree srefactor smartparens nyan-mode magit ibuffer-vc helm-projectile ggtags diff-hl company-c-headers clean-aindent-mode))))
+;; plantuml
+(use-package plantuml-mode
+  :ensure t
+  :init
+  (setq plantuml-jar-path "c:/ProgramData/chocolatey/lib/plantuml/tools/plantuml.jar")
+  :config
+  (setq auto-package-update-delete-old-versions t)
+  (setq auto-package-update-hide-results t)
+  (auto-package-update-maybe))

--
Gitblit v1.9.3