diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-09-11 21:45:07 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-09-11 21:45:07 +0200 |
| commit | d2554d69fe3d509c69c1d773e31e56b867cc65af (patch) | |
| tree | edbd7f272fe80254beb26177fef79f77f489f72a /dot.emacs.d/init.el | |
| parent | 852b3827c133ef7c389140171092f845a4287bfc (diff) | |
Emacs: completion-styles
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
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) |
