summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 7cd8567..0f8c687 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -578,7 +578,7 @@
             (projectile-register-project-type 'node '("package.json") "npm start" "npm test")))
 
 (use-package counsel-projectile
-  :after (counsel projectile)
+  :after (counsel projectile ivy-hydra)
   :config (progn
             (counsel-projectile-mode +1)
             (def-projectile-commander-method ?A
@@ -1512,6 +1512,8 @@ With prefix TO-CURRENT-BUFFER, insert command output into buffer."
                                                    "kill")))
             (add-to-list 'ivy-initial-inputs-alist '(counsel-M-x . ""))))
 
+(use-package ivy-hydra)
+
 ;;;;; counsel
 
 (use-package counsel