Fix coding style
This commit is contained in:
parent
280da15280
commit
e0d9ef80e0
1 changed files with 4 additions and 5 deletions
|
@ -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))))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue