From 408a9dfddea69dfa186ad9cbcb84ab125f35d6bc Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 9 Apr 2017 22:11:36 -0400 Subject: [PATCH] Use ivy-hydra --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b642f64..3d452fd 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -204,6 +204,8 @@ :config (ivy-mode 1)) +(use-package ivy-hydra :ensure) + (use-package counsel :ensure :bind (("M-x" . counsel-M-x) ("C-M-y" . counsel-yank-pop)