From 6f739608bef901aa159dbe58021b35fe67534440 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Tue, 4 May 2021 11:14:35 -0700 Subject: hydra --- .emacs.local.d/modes/ivy.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs.local.d/modes/ivy.el') diff --git a/.emacs.local.d/modes/ivy.el b/.emacs.local.d/modes/ivy.el index 20a9a1d..ca3623c 100644 --- a/.emacs.local.d/modes/ivy.el +++ b/.emacs.local.d/modes/ivy.el @@ -32,4 +32,8 @@ (" u" . counsel-unicode-char) ("C-c C-r" . ivy-resume))) ; Resume last Ivy-based completion +(use-package ivy-hydra + :defer t + :after hydra) + (provide 'init-ivy) -- cgit v1.2.3