doomemacs/modules/ui/hydra/config.el

16 lines
424 B
EmacsLisp
Raw Normal View History

;;; ui/hydra/config.el -*- lexical-binding: t; -*-
(use-package! hydra-examples
:commands (hydra-move-splitter-up
hydra-move-splitter-down
hydra-move-splitter-right
hydra-move-splitter-left))
;;;###package hydra
(setq lv-use-separator t)
(defadvice! +hydra--inhibit-window-switch-hooks-a (fn)
2019-11-11 22:02:45 +01:00
:around #'lv-window
(let ((doom-inhibit-switch-window-hooks t))
(funcall fn)))