summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2018-03-06 13:32:30 +0100
committerAlan Pearce2018-03-06 13:32:30 +0100
commit113d47cdde4a3cd152322dc6edddb2ddf40d0614 (patch)
treeb38f924e81cd19913a7cf154ce346f802e7f4a8b /emacs
parent19181d1f21adf3c87a13b0901724d6828016e5a6 (diff)
downloadnixfiles-113d47cdde4a3cd152322dc6edddb2ddf40d0614.tar.lz
nixfiles-113d47cdde4a3cd152322dc6edddb2ddf40d0614.tar.zst
nixfiles-113d47cdde4a3cd152322dc6edddb2ddf40d0614.zip
Emacs: setup ivy-hydra
Diffstat (limited to 'emacs')
-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 7cd85672..0f8c6871 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