home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 41b1fe3b0d867fdc4a9a89cbc47113d3f3013640
parent d7574293f6f3fda9c132e3e613351d51ac45f046
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 11 Dec 2020 11:43:45 +0100

tools/emacs: bind magit-dispatch-file

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-vcs.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-vcs.el b/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)