mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/version-control: update magit popup rule (due to upstream changes)
The leading asterix in magit buffers is sometimes omitted. This change is experimental.
This commit is contained in:
@ -79,7 +79,7 @@
|
|||||||
(def-package! magit
|
(def-package! magit
|
||||||
:commands (magit-status magit-blame)
|
:commands (magit-status magit-blame)
|
||||||
:config
|
:config
|
||||||
(set! :popup "^\\*magit" :ignore)
|
(set! :popup "^\\*?magit" :ignore)
|
||||||
(set! :evil-state 'magit-status-mode 'emacs)
|
(set! :evil-state 'magit-status-mode 'emacs)
|
||||||
(after! evil
|
(after! evil
|
||||||
;; Switch to emacs state only while in `magit-blame-mode', then back when
|
;; Switch to emacs state only while in `magit-blame-mode', then back when
|
||||||
|
Reference in New Issue
Block a user