Ivy: choose ivy--regex-ignore-order as regexp builder

Allow to type some text and then refine them by adding other word
separated by a space.
This commit is contained in:
syl20bnr 2016-01-11 01:27:38 -05:00
parent ce33918714
commit 6bf066584a

View file

@ -239,7 +239,8 @@ Helm hack."
"fr" 'ivy-recentf
"ir" 'ivy-resume
"bb" 'ivy-switch-buffer)
(setq ivy-height 15)
(setq ivy-height 15
ivy-re-builders-alist '((t . ivy--regex-ignore-order)))
(with-eval-after-load 'recentf
;; merge recentf and bookmarks into buffer switching. If we set this
;; before recentf loads, then ivy-mode loads recentf for us,