summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/50_git.el13
1 files changed, 7 insertions, 6 deletions
diff --git a/emacs.d/inits/50_git.el b/emacs.d/inits/50_git.el
index 7ce259c..0e1007c 100644
--- a/emacs.d/inits/50_git.el
+++ b/emacs.d/inits/50_git.el
@@ -1,6 +1,7 @@
-(use-package magit
- :ensure t
- :bind ("C-x g" . magit-status)
- :config
- (progn
- (setenv "GIT_PAGER" "")))
+(delete 'Git vc-handled-backends)
+;; (use-package magit
+;; :ensure t
+;; :bind ("C-x g" . magit-status)
+;; :config
+;; (progn
+;; (setenv "GIT_PAGER" "")))