diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-04-03 02:42:45 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-04-03 02:42:45 (GMT) |
| commit | c670174d69001d00b35a636a4ad53c069589e885 (patch) | |
| tree | cffd682dc0ec51959170d7b8eeb4e5b3a770a8a9 /lisp | |
| parent | f096576c0aed58c8312cc10a1c9cce617e71075b (diff) | |
| download | dotemacs-c670174d69001d00b35a636a4ad53c069589e885.zip dotemacs-c670174d69001d00b35a636a4ad53c069589e885.tar.gz dotemacs-c670174d69001d00b35a636a4ad53c069589e885.tar.bz2 | |
Magit changed the way global bindings are setup
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-vc.el | 7 |
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) |
