def-popup! => set! :popup
This commit is contained in:
parent
b8042bdaaa
commit
ffa1ce14cd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
(use-package! magit
|
(use-package! magit
|
||||||
:commands magit-status
|
:commands magit-status
|
||||||
:config
|
:config
|
||||||
(def-popup! ("^\\*magit.+" :regexp t))
|
(set! :popup ("^\\*magit.+" :regexp t))
|
||||||
(after! evil-snipe
|
(after! evil-snipe
|
||||||
;; evil-snipe conflicts with magit
|
;; evil-snipe conflicts with magit
|
||||||
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode)))
|
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue