diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-05-04 11:14:35 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-05-04 11:21:18 -0700 |
commit | 6f739608bef901aa159dbe58021b35fe67534440 (patch) | |
tree | 126b57522edbdcdf9428b6f139b1c8b89de2607a /.emacs.local.d/modes/ivy.el | |
parent | 7f84553003f07f29210ffc7ff0910a78375bb665 (diff) |
hydra
Diffstat (limited to '.emacs.local.d/modes/ivy.el')
-rw-r--r-- | .emacs.local.d/modes/ivy.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ ("<f2> 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) |