[Emacs] Also use g for git in embark act keymap

This commit is contained in:
Ivan Malison 2023-07-27 19:54:01 -06:00 committed by Kat Huang
parent a9bdd9103e
commit 6f896000ff

View File

@ -1986,6 +1986,9 @@ Neotree is useless with frame mode for now, so I've disabled it.
(define-key embark-general-map (kbd "m")
#'imalison:embark-projectile-file-magit-status)
(define-key embark-general-map (kbd "g")
#'imalison:embark-projectile-file-magit-status)
(define-key embark-general-map (kbd "s")
#'imalison:embark-projectile-file-consult-ripgrep)