summary refs log tree commit diff
path: root/emacs.d/inits/50_git.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/inits/50_git.el')
-rw-r--r--emacs.d/inits/50_git.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs.d/inits/50_git.el b/emacs.d/inits/50_git.el
deleted file mode 100644
index 3231df1..0000000
--- a/emacs.d/inits/50_git.el
+++ /dev/null
@@ -1,10 +0,0 @@
-(delete 'Git vc-handled-backends)
-
-(use-package magit
-  :ensure t
-  :bind ("C-x g" . magit-status)
-  :config
-  (progn
-    (setq magit-completing-read-function 'ivy-completing-read)
-    (setq magit-item-highlight-face 'bold)
-    (setenv "GIT_PAGER" "")))