about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-completion.el
Commit message (Expand)AuthorAgeFilesLines
* Add version of orderless-strict-leading-initialismDavid Morgan2022-08-261-5/+12
* Bind fancy-dabbrev-backward when popup is activeDavid Morgan2022-08-101-0/+6
* Use fancy-dabbrev-expandDavid Morgan2022-07-191-4/+6
* Try capeDavid Morgan2022-06-231-0/+25
* Add partial-completion to completion-stylesDavid Morgan2022-06-151-1/+1
* Prevent hippie expand line from unbalancing parensDavid Morgan2022-06-151-0/+6
* Stop dabbrev from changing caseDavid Morgan2022-05-311-0/+1
* corfu-global-mode -> global-corfu-modeDavid Morgan2022-05-161-1/+1
* Add corfu-docDavid Morgan2022-03-221-0/+4
* Temporary orderless-matching-styles change (https://github.com/oantolin/order...David Morgan2022-02-281-1/+3
* Change hippie/dabbrev bindingsDavid Morgan2021-09-061-2/+4
* Split out minibuffer configDavid Morgan2021-08-281-318/+7
* Make sure vertico-directory-enter is definedDavid Morgan2021-08-271-0/+1
* Wrap vertico-directory-enter to play nicely with ProjectileDavid Morgan2021-08-271-1/+14
* Tweak some (mostly search-map) bindingsDavid Morgan2021-08-261-47/+50
* Allow consult ripgrep to search binary files (consult-z-ripgrep)David Morgan2021-08-231-0/+5
* Unbind vertico-directory-enter for nowDavid Morgan2021-08-231-1/+1
* Change consult-line bindingsDavid Morgan2021-08-211-3/+4
* Add vertico-directory-homeDavid Morgan2021-08-201-0/+7
* Play around with some keybindingsDavid Morgan2021-08-201-3/+3
* Add vertico-directory-slashDavid Morgan2021-08-191-1/+9
* MergeDavid Morgan2021-08-191-4/+6
|\
| * Add marginalia prompt category for crux recentfDavid Morgan2021-08-181-1/+3
| * Fix vertico-extensions load pathsDavid Morgan2021-08-181-3/+3
* | Tweak some keybindingsDavid Morgan2021-08-191-1/+1
|/
* Turn on minibuffer-depth-indicate-modeDavid Morgan2021-08-181-1/+2
* Add new .emacs.dDavid Morgan2021-08-171-0/+371
d042'>^
104e521c ^

204dae92 ^

201458e3 ^
104e521c ^



204dae92 ^

201458e3 ^
104e521c ^
51728d93 ^

204dae92 ^

201458e3 ^
104e521c ^


204dae92 ^

201458e3 ^
104e521c ^


204dae92 ^

201458e3 ^
e4ac3c9e ^
104e521c ^
204dae92 ^

201458e3 ^
104e521c ^

204dae92 ^

201458e3 ^
104e521c ^



204dae92 ^

201458e3 ^
104e521c ^

51728d93 ^
204dae92 ^

201458e3 ^
104e521c ^

51728d93 ^
204dae92 ^

201458e3 ^
e4ac3c9e ^
51728d93 ^
204dae92 ^











201458e3 ^
104e521c ^
51728d93 ^

204dae92 ^

201458e3 ^
104e521c ^
51728d93 ^

204dae92 ^

201458e3 ^
104e521c ^
51728d93 ^


204dae92 ^

201458e3 ^
104e521c ^
51728d93 ^



204dae92 ^

201458e3 ^
104e521c ^
51728d93 ^



204dae92 ^

201458e3 ^
104e521c ^












204dae92 ^
672e3e50 ^


a654e4ec ^
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184