aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-09-11 21:45:07 +0200
committerThomas Schneider <qsx@chaotikum.eu>2024-09-11 21:45:07 +0200
commitd2554d69fe3d509c69c1d773e31e56b867cc65af (patch)
treeedbd7f272fe80254beb26177fef79f77f489f72a
parent852b3827c133ef7c389140171092f845a4287bfc (diff)
Emacs: completion-styles
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
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)