diff options
author | Alan Pearce | 2018-03-06 13:32:30 +0100 |
---|---|---|
committer | Alan Pearce | 2018-03-06 13:32:30 +0100 |
commit | 113d47cdde4a3cd152322dc6edddb2ddf40d0614 (patch) | |
tree | b38f924e81cd19913a7cf154ce346f802e7f4a8b | |
parent | 19181d1f21adf3c87a13b0901724d6828016e5a6 (diff) | |
download | nixfiles-113d47cdde4a3cd152322dc6edddb2ddf40d0614.tar.lz nixfiles-113d47cdde4a3cd152322dc6edddb2ddf40d0614.tar.zst nixfiles-113d47cdde4a3cd152322dc6edddb2ddf40d0614.zip |
Emacs: setup ivy-hydra
-rw-r--r-- | emacs/.emacs.d/main.el | 4 |
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 |