diff options
-rw-r--r-- | init.el | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -157,6 +157,18 @@ | |||
157 | (corfu-indexed-mode)) | 157 | (corfu-indexed-mode)) |
158 | 158 | ||
159 | 159 | ||
160 | ;; --------------------------------- | ||
161 | ;; Minibuffer hints | ||
162 | ;; ---------------- | ||
163 | ;; Add descriptions and keybind | ||
164 | ;; hints to minibuffer completions. | ||
165 | ;; --------------------------------- | ||
166 | |||
167 | (use-package marginalia | ||
168 | :straight t | ||
169 | :init (marginalia-mode)) | ||
170 | |||
171 | |||
160 | 172 | ||
161 | 173 | ||
162 | ;; --------------------------------------------------------------------- | 174 | ;; --------------------------------------------------------------------- |