diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index a456cbb..146781c 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -103,7 +103,7 @@ (global-set-key (kbd "") 'menu-bar-mode) (global-set-key (kbd "C-x g") 'magit-status) -(global-set-key (kbd "C-x M-g") 'magit-dispatch-popup) +(global-set-key (kbd "C-x M-g") 'magit-dispatch) (global-set-key (kbd "C-=") 'er/expand-region) diff --git a/doc/prelude-cheatsheet.tex b/doc/prelude-cheatsheet.tex index 75330c7..945fd04 100644 --- a/doc/prelude-cheatsheet.tex +++ b/doc/prelude-cheatsheet.tex @@ -77,7 +77,7 @@ \item[] prelude-fullscreen \item[] menu-bar-mode \item[C-x g] magit-status - \item[C-x M-g] magit-dispatch-popup + \item[C-x M-g] magit-dispatch \end{keylist} \subsection{prelude}