Skip to content

Commit

Permalink
Replace usage of magit-dispatch-popup with magit-dispatch
Browse files Browse the repository at this point in the history
`magit-dispatch-popup` is an obsolete command (as of Magit 2.91.0)
  • Loading branch information
azzamsa authored and bbatsov committed May 4, 2019
1 parent 3203dc8 commit caa30a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/prelude-global-keybindings.el
Expand Up @@ -103,7 +103,7 @@
(global-set-key (kbd "<f12>") '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)

Expand Down
2 changes: 1 addition & 1 deletion doc/prelude-cheatsheet.tex
Expand Up @@ -77,7 +77,7 @@
\item[<f11>] prelude-fullscreen
\item[<f12>] 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}
Expand Down

0 comments on commit caa30a4

Please sign in to comment.