Replace usage of magit-dispatch-popup
with magit-dispatch
`magit-dispatch-popup` is an obsolete command (as of Magit 2.91.0)
This commit is contained in:
parent
3203dc8656
commit
caa30a4123
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue