summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2021-04-27 03:17:02 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2021-04-27 03:17:02 (GMT)
commit65b662288b9a24128c241fccae38cd979ff1c510 (patch)
treea41196bdfb186f362ff2554a0e4ef8a3cb244115 /lisp
parent0c6afc38875803b4819562f425130bb7606ed206 (diff)
downloaddotemacs-65b662288b9a24128c241fccae38cd979ff1c510.zip
dotemacs-65b662288b9a24128c241fccae38cd979ff1c510.tar.gz
dotemacs-65b662288b9a24128c241fccae38cd979ff1c510.tar.bz2
Keeping up with magit changes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-vc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ravi-init-vc.el b/lisp/ravi-init-vc.el
index fc7a93c..badb6a4 100644
--- a/lisp/ravi-init-vc.el
+++ b/lisp/ravi-init-vc.el
@@ -39,7 +39,8 @@
;; Git
(use-package magit
:bind (("<M-f3>" . magit-status)
- ("C-c M-g" . magit-file-popup))
+ ("C-c g" . magit-dispatch)
+ ("C-c M-g" . magit-file-dispatch))
:init
(setq magit-define-global-key-bindings nil)
:config