Merge pull request #2009 from bennofs/fix-hydra-flash
Avoid nav-flash after each hydra action
This commit is contained in:
commit
254be475ad
1 changed files with 5 additions and 0 deletions
|
@ -8,3 +8,8 @@
|
||||||
|
|
||||||
;;;###package hydra
|
;;;###package hydra
|
||||||
(setq lv-use-separator t)
|
(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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue