mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix coding style
This commit is contained in:
@ -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)))
|
||||
|
Reference in New Issue
Block a user