about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-completion.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-completion.el')
-rw-r--r--.emacs.d/lisp/init-completion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el
index 6eb2827..d2f5098 100644
--- a/.emacs.d/lisp/init-completion.el
+++ b/.emacs.d/lisp/init-completion.el
@@ -136,7 +136,7 @@ no words in between, beginning with the first word."
 
   ;; Based on https://github.com/minad/consult/wiki#minads-orderless-configuration
   (orderless-define-completion-style +orderless-with-strict-leading-initialism
-    (orderless-matching-styles '(orderless-literal orderless-regexp orderless-strict-initialism))))
+    (orderless-matching-styles '(orderless-literal orderless-regexp orderless-strict-leading-initialism))))
 
 ;; code completion - corfu
 (use-package corfu
;sir@cmpwn.com> 2019-01-13 20:09:07 -0500 committer Drew DeVault <sir@cmpwn.com> 2019-01-13 20:09:07 -0500 Add README.md, update license (MIT -2019)' href='/akspecs/aerc/commit/README.md?h=0.5.2&id=501c95d852971775d64b97872fe63ecea367c525'>501c95d ^
84e9853 ^





fc719e4 ^
501c95d ^



c05e5f7 ^
b18e339 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41