aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/init.el b/init.el
index 5fff6bf..da2b216 100644
--- a/init.el
+++ b/init.el
@@ -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;; ---------------------------------------------------------------------