diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-07-26 23:46:21 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-07-26 23:46:21 -0400 |
commit | 4ed489f60c4f1ed1457746262db7666d3c59c67a (patch) | |
tree | 674bc39ae290a97f25fd2eea038b69781e9c4086 | |
parent | 186955ca8211ccd243083985d995b294bc804d09 (diff) | |
download | emacs.d-4ed489f60c4f1ed1457746262db7666d3c59c67a.tar.gz |
Bind magit-file-popup
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -929,6 +929,7 @@ (load "magit-autoloads.el" t) (bind-keys :map km/git-map ("d" . magit-dispatch-popup) + ("g" . magit-file-popup) ("l" . magit-log-buffer-file) ("s" . magit-stage-file)) (define-key km/git-map "w" 'km/magit-wip-map) |