From 450c6c769107112b3533bfa3edd118a2c2480658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 8 May 2019 12:28:22 -0500 Subject: replace helm for ivy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After experiencing these three packages, I liked helm, but to be honest, I wasn't using all of its features and I was looking for a lighter and faster solution. That's why, it's already a few years since I chose ivy and which corresponds entirely to my workflow. Please note that my choice may vary according to your criteria 😊 --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 87a768d..2e6cbf2 100644 --- a/init.el +++ b/init.el @@ -96,7 +96,7 @@ (require 'init-apache) (require 'init-company) (require 'init-flycheck) - (require 'init-helm) + (require 'init-ivy) (require 'init-log4j) (require 'init-whitespace) (require 'init-emmet-mode) -- cgit v1.2.3