Merge pull request #2009 from bennofs/fix-hydra-flash

Avoid nav-flash after each hydra action
This commit is contained in:
Henrik Lissner 2019-11-12 16:19:22 -05:00 committed by GitHub
commit 254be475ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,3 +8,8 @@
;;;###package hydra
(setq lv-use-separator t)
(defadvice! +hydra--inhibit-window-switch-hooks-a (orig-fn)
:around #'lv-window
(let ((doom-inhibit-switch-window-hooks t))
(funcall orig-fn)))