projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f79e56
)
[emacs/magit] add SPC g l binding for magit-log-buffer-file
author
Amin Bandali
<bandali@gnu.org>
Mon, 17 Dec 2018 15:24:08 +0000
(10:24 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 17 Dec 2018 15:24:08 +0000
(10:24 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
9c64204
..
a253a15
100644
(file)
--- 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