Commit 41b1fe3b0d86

Vincent Demeester <vincent@sbr.pm>
2020-12-11 11:43:45
tools/emacs: bind magit-dispatch-file
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d757429
Changed files (1)
tools
emacs
tools/emacs/config/config-vcs.el
@@ -65,7 +65,8 @@
   :bind (("C-c v c" . magit-clone)
          ("C-c v C" . magit-checkout)
          ("C-c v b" . magit-branch)
-         ("C-c v d" . magit-dispatch-popup)
+         ("C-c v d" . magit-dispatch)
+         ("C-c v f" . magit-dispatch-file)
          ("C-c v g" . magit-blame)
          ("C-c v l" . magit-log-buffer-file)
          ("C-c v p" . magit-pull)