mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feature/version-control: don't manage magit popups
This commit is contained in:
@ -81,6 +81,7 @@
|
||||
(def-package! magit
|
||||
:commands (magit-status magit-blame)
|
||||
:config
|
||||
(set! :popup "^\\*magit" :ignore)
|
||||
(set! :evil-state 'magit-status-mode 'emacs)
|
||||
(after! evil
|
||||
;; Switch to emacs state only while in `magit-blame-mode', then back when
|
||||
|
Reference in New Issue
Block a user