Fix coding style

This commit is contained in:
Benno Fünfstück 2019-11-11 22:02:45 +01:00
parent 280da15280
commit e0d9ef80e0

View file

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