summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-vc.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/ravi-init-vc.el b/lisp/ravi-init-vc.el
index c40dcb6..1b9e9bb 100644
--- a/lisp/ravi-init-vc.el
+++ b/lisp/ravi-init-vc.el
@@ -39,7 +39,9 @@
;; Git
(use-package magit
:bind (("<M-f3>" . magit-status)
- ("C-c M-g" . magit-file-dispatch))
+ ("C-c M-g" . magit-file-popup))
+ :init
+ (setq magit-define-global-key-bindings nil)
:config
(progn
(setq-default
@@ -64,9 +66,6 @@
" " (magit-toplevel) " " ravi/sync-top-level-host ":" (magit-toplevel)))))
(add-hook 'magit-post-refresh-hook 'ravi/sync-top-level)
- (global-magit-file-mode 1)
- (unbind-key "C-x g" magit-file-mode-map)
-
(use-package vdiff-magit
:commands (vdiff-magit
vdiff-magit-dwim)