diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-22 08:54:13 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-22 08:54:13 -0700 |
commit | 07c2d8a1b830d9c7c5181d231cc92f917d6351ff (patch) | |
tree | 917760f49d242240c25fe84031dd08cc29451ef6 /.emacs.local.d | |
parent | 3926dfa7e7b063501de93c137f88772e6e0c710f (diff) |
Ditch ivy-partial-or-done
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/modes/ivy.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/ivy.el b/.emacs.local.d/modes/ivy.el index 462f016..ebab770 100644 --- a/.emacs.local.d/modes/ivy.el +++ b/.emacs.local.d/modes/ivy.el @@ -1,6 +1,9 @@ (use-package ivy :diminish (ivy-mode . "") :init (ivy-mode 1) ; globally at startup + + :bind (:map ivy-minibuffer-map + ("TAB" . ivy-alt-done)) :config (setq ivy-use-virtual-buffers t) (setq ivy-height 20) |