aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-05-08 12:28:22 -0500
committerJesús <heckyel@hyperbola.info>2019-05-08 12:28:22 -0500
commit450c6c769107112b3533bfa3edd118a2c2480658 (patch)
tree3a075ae99706fcac8d52e93a188ab2884967550b /init.el
parentf4e49241b5cb55b5d463fc4d269a58c82b1ad18f (diff)
downloademacs-personal-450c6c769107112b3533bfa3edd118a2c2480658.tar.lz
emacs-personal-450c6c769107112b3533bfa3edd118a2c2480658.tar.xz
emacs-personal-450c6c769107112b3533bfa3edd118a2c2480658.zip
replace helm for ivy
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 😊
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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)