def-popup! => set! :popup

This commit is contained in:
Henrik Lissner 2017-02-06 01:26:15 -05:00
parent b8042bdaaa
commit ffa1ce14cd

View file

@ -31,7 +31,7 @@
(use-package! magit
:commands magit-status
:config
(def-popup! ("^\\*magit.+" :regexp t))
(set! :popup ("^\\*magit.+" :regexp t))
(after! evil-snipe
;; evil-snipe conflicts with magit
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode)))