From 7377ba753765880260447b05f04868e0adcf5ef0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 30 May 2018 11:29:10 +0200 Subject: [PATCH] Add +fuzzy flags to helm/ivy in init.example.el --- init.example.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.example.el b/init.example.el index 767ea199d..c68dd3b4f 100644 --- a/init.example.el +++ b/init.example.el @@ -20,10 +20,11 @@ (company ; the ultimate code completion backend +auto ; as-you-type code completion +childframe) ; a nicer company UI (Emacs 26+ only) - ;helm ; the *other* search engine for love and life + ;(helm ; the *other* search engine for love and life + ; +fuzzy) ; enable fuzzy search backend for helm ;ido ; the other *other* search engine... (ivy ; a search engine for love and life - +childframe) ; uses childframes for popups (Emacs 26+ only) + +fuzzy) ; enable fuzzy search backend for ivy :ui doom ; what makes DOOM look the way it does