From d2554d69fe3d509c69c1d773e31e56b867cc65af Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 11 Sep 2024 21:45:07 +0200 Subject: Emacs: completion-styles --- dot.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 87e338b..949b5b8 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -151,7 +151,8 @@ helm-buffers-fuzzy-matching t helm-recentf-fuzzy-match t helm-ff-file-name-history-use-recentf t - helm-echo-input-in-header-line t)) + helm-echo-input-in-header-line t + completion-styles '(flex))) (use-package helm-rg :after helm) -- cgit v1.2.3