diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-30 03:48:50 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-30 03:48:50 -0400 |
commit | 084b3ae088309406ecc5a44072957833f34cc004 (patch) | |
tree | dd43dbdc8c8c7248b83e16661c4fbc90447ba52c /init.el | |
parent | Use `corfu` for buffer text completion (diff) | |
download | mmosmacs-084b3ae088309406ecc5a44072957833f34cc004.tar.gz mmosmacs-084b3ae088309406ecc5a44072957833f34cc004.tar.bz2 mmosmacs-084b3ae088309406ecc5a44072957833f34cc004.zip |
Use `marginalia` minibuffer hints
Diffstat (limited to 'init.el')
-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 | ;; --------------------------------------------------------------------- |