From 9589f6e37294f7d95be8f7f85793bbe8f0eab649 Mon Sep 17 00:00:00 2001 From: Uros Perisic Date: Thu, 29 Aug 2019 17:16:56 +0800 Subject: [PATCH] Load hydra examples without using example hydras. `+hydra/window-nav` uses functions from `hydra-examples.el` but the file is never loaded. Adding this does not actually define any hydras (this would require `hydra-examples-verbatim` to be `t`), it just load the utility functions to make the hydras defined in doom work. --- modules/ui/hydra/config.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ui/hydra/config.el b/modules/ui/hydra/config.el index 4d8bdb3fb..508fc8651 100644 --- a/modules/ui/hydra/config.el +++ b/modules/ui/hydra/config.el @@ -1,4 +1,10 @@ ;;; 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-seperator t)