aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-06-27 14:59:40 +0200
committerThomas Schneider <qsx@qsx.re>2019-06-27 14:59:40 +0200
commit6da1d29e1f4231ade86ef8dffddc82859e9ded2c (patch)
treecb5eb2c83b73da14296e7fe2922e2336710d365c /dot.emacs.d
parent26127586a38e176be07766bef218b31915db0f39 (diff)
Emacs: Add key binding for #'magit-dispatch-popup
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 4d9f6ea..2471931 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -117,6 +117,7 @@
(use-package magit
:bind (("C-x g" . #'magit-status)
("C-c m m" . #'magit-status)
+ ("C-c m p" . #'magit-dispatch-popup)
("C-c m f" . #'magit-file-popup)
("C-c m d" . #'magit-diff-buffer-file))
:config (global-magit-file-mode))