Commit 51f957bdeb7f

Vincent Demeester <vincent@sbr.pm>
2025-02-07 21:16:11
tools/emacs: bind magit-log
1 parent ac6c154
Changed files (1)
tools
emacs
tools/emacs/config/config-vcs.el
@@ -71,6 +71,7 @@
          ("C-c v f" . magit-fetch)
          ("C-c v g" . magit-blame)
          ("C-c v l" . magit-log-buffer-file)
+         ("C-c v L" . magit-log)
          ("C-c v p" . magit-pull)
          ("C-c v P" . magit-push)
          ("C-c v r" . magit-rebase)