diff options
Diffstat (limited to 'Emacs/.config')
-rw-r--r-- | Emacs/.config/emacs/app.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/app.org b/Emacs/.config/emacs/app.org index 669b1c5..38f94a1 100644 --- a/Emacs/.config/emacs/app.org +++ b/Emacs/.config/emacs/app.org @@ -659,9 +659,7 @@ don't need to write everything myself. (display-buffer-same-window)) :general (leader - "g" '(magit-dispatch :which-key "Magit") - "vf" '(magit-file-dispatch :which-key "Magit file") - "vb" '(magit-blame :which-key "Magit blame")) + "g" '(magit-dispatch :which-key "Magit")) (code-leader "b" #'magit-blame) :auto-insert |