From: Amin Bandali Date: Mon, 17 Dec 2018 15:24:08 +0000 (-0500) Subject: [emacs/magit] add SPC g l binding for magit-log-buffer-file X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/bb7be9d49908bcf69799e50adb6c866a25200742?hp=4f79e5626a84f7a5fdc8a42b423b501969056687 [emacs/magit] add SPC g l binding for magit-log-buffer-file --- diff --git a/init.org b/init.org index 9c64204..a253a15 100644 --- a/init.org +++ b/init.org @@ -1016,7 +1016,10 @@ Not just how I do git, but /the/ way to do git. #+begin_src emacs-lisp (use-package magit :defer 1 - :general (amin--leader-keys "g s" 'magit-status) + :general + (amin--leader-keys + "g s" 'magit-status + "g l" 'magit-log-buffer-file) :bind ("s-g" . magit-status) :config (magit-add-section-hook 'magit-status-sections-hook