aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-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)