diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-01T14·01+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-05-01T14·01+0200 |
commit | 72a33b9156ac1b60703659c3ff204a501f67599f (patch) | |
tree | 161b2674ffcd0a56bf6f360807dea9bb48cd6ccf /init/nixos.el | |
parent | eaac33465d7885ec71f161ad769f04103ff2f58f (diff) |
feat(all): Replace helm with ivy
For most of my use-cases Helm seems to be overkill, and despite overall seeming like a nice and featureful package it has stability issues and bugs that annoy me. I've heard that ivy is simpler to use and configure, so I'm giving it a chance here.
Diffstat (limited to 'init/nixos.el')
-rw-r--r-- | init/nixos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/nixos.el b/init/nixos.el index 3caeec9a5c01..4a3e4435b6db 100644 --- a/init/nixos.el +++ b/init/nixos.el @@ -66,7 +66,7 @@ ;; Launch applications with completion (dmenu style!) (exwm-input-set-key (kbd "s-d") #'helm-run-external-command) - (exwm-input-set-key (kbd "s-p") #'helm-pass) + (exwm-input-set-key (kbd "s-p") #'ivy-pass) ;; Toggle between line-mode / char-mode (exwm-input-set-key (kbd "C-c C-t C-t") #'exwm-input-toggle-keyboard) |