summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2020-09-10 15:23:37 +0200
committerAlan Pearce2020-09-10 15:23:37 +0200
commit6569d5745f38129d7a2d446a201ef3190c0030b2 (patch)
treefb0a6e7da666bec0c2c71dfa65f634e6b84028c3 /user
parentc04023678ed544fd19cc4d8898467aac7699fc6c (diff)
downloadnixfiles-6569d5745f38129d7a2d446a201ef3190c0030b2.tar.lz
nixfiles-6569d5745f38129d7a2d446a201ef3190c0030b2.tar.zst
nixfiles-6569d5745f38129d7a2d446a201ef3190c0030b2.zip
Emacs: add magit-log-buffer-file shortcut
Diffstat (limited to 'user')
-rw-r--r--user/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 159c260d..6d4203e5 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -1010,6 +1010,7 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
   "gs" #'git-gutter:stage-hunk
   "go" #'git-gutter:revert-hunk
   "gt" #'git-timemachine
+  "gl" #'magit-log-buffer-file
   "bi" #'ibuffer
   "bz" #'bury-buffer
   "iu" #'counsel-unicode-char)