diff options
Diffstat (limited to '.emacs.local.d/modes')
| -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) | 
