diff --git a/modules/ui/hydra/config.el b/modules/ui/hydra/config.el index ce36937cc..40a870fbe 100644 --- a/modules/ui/hydra/config.el +++ b/modules/ui/hydra/config.el @@ -9,8 +9,7 @@ ;;;###package hydra (setq lv-use-separator t) -(after! hydra - (defadvice! +hydra/inhibit-window-switch-hooks-a (orig-fn) - :around #'lv-window - (let ((doom-inhibit-switch-window-hooks t)) - (funcall orig-fn)))) +(defadvice! +hydra--inhibit-window-switch-hooks-a (orig-fn) + :around #'lv-window + (let ((doom-inhibit-switch-window-hooks t)) + (funcall orig-fn)))