From b7228fdfad2ac70bd8cc2c42a064c7d0df718263 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 24 Feb 2019 22:24:57 -0500 Subject: [PATCH] Default to ivy, rather than helm As an ivy user, I maintain the ivy module more actively. Also, my former misgivings with ivy have mostly be resolved. --- init.example.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.example.el b/init.example.el index 08180c997..30d0c4b63 100644 --- a/init.example.el +++ b/init.example.el @@ -13,9 +13,9 @@ :completion company ; the ultimate code completion backend - helm ; the *other* search engine for love and life + ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - ;;ivy ; a search engine for love and life + ivy ; a search engine for love and life :ui ;;deft ; notational velocity for Emacs