mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
bbaae4362b
Signed-off-by: Magic_RB <magic_rb@redalder.org>
581 B
581 B
Marginalia
This package provides marginalia-mode which adds marginalia to the minibuffer completions. Marginalia are marks or annotations placed at the margin of the page of a book or in this case helpful colorful annotations placed at the margin of the minibuffer for your completion candidates.
(use-package marginalia
:straight t
:init
(marginalia-mode))