summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index e8c3bed0..d7aad0fa 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -229,6 +229,11 @@ With two prefix arguments, write out the day and month name."
   :after vertico
   :ghook '(vertico-mode-hook))
 
+(use-package marginalia
+  :general (:keymaps 'minibuffer-local-map
+                     "M-A" #'marginalia-cycle)
+  :init (marginalia-mode +1))
+
 (setq completion-ignore-case t
       read-buffer-completion-ignore-case t
       read-file-name-completion-ignore-case t