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:
Henrik Lissner 2018-02-11 04:43:33 -05:00
parent a37449d4e4
commit 400c7cbfa4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -79,7 +79,7 @@
(def-package! magit
:commands (magit-status magit-blame)
:config
(set! :popup "^\\*magit" :ignore)
(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