mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
a5a651dbb9
Signed-off-by: main <magic_rb@redalder.org>
552 B
552 B
Selectrum
#
Selectrum aims to provide a better completion UI using standard Emacs APIs. In essence it is an interface for selecting items from a list.
(use-package selectrum
:straight t
:init
(selectrum-mode +1))