From bb7be9d49908bcf69799e50adb6c866a25200742 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 17 Dec 2018 10:24:08 -0500 Subject: [PATCH] [emacs/magit] add SPC g l binding for magit-log-buffer-file --- init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.20.1