From 6da1d29e1f4231ade86ef8dffddc82859e9ded2c Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 27 Jun 2019 14:59:40 +0200 Subject: Emacs: Add key binding for #'magit-dispatch-popup --- dot.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'dot.emacs.d/init.el') 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)) -- cgit v1.2.3