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:
parent
a37449d4e4
commit
400c7cbfa4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue