Home / Emacs / Magit / Configure!
Rebind the entry point
(with-eval-after-load 'magit
(setopt magit-define-global-key-bindings nil)
(keymap-global-set "C-x g" #'magit-file-dispatch))
Home / Emacs / Magit / Configure!
(with-eval-after-load 'magit
(setopt magit-define-global-key-bindings nil)
(keymap-global-set "C-x g" #'magit-file-dispatch))