Browse Source

Replace usage of `magit-dispatch-popup` with `magit-dispatch`

`magit-dispatch-popup` is an obsolete command (as of Magit 2.91.0)
custom
azzamsa 7 years ago
committed by Bozhidar Batsov
parent
commit
caa30a4123
  1. 2
      core/prelude-global-keybindings.el
  2. 2
      doc/prelude-cheatsheet.tex

2
core/prelude-global-keybindings.el

@ -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)

2
doc/prelude-cheatsheet.tex

@ -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}

Loading…
Cancel
Save