mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
selectrum: fix marginalia not loading on +prescient
`:after selectrum` is unnecessary anyway
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
** TODO Add vanilla keybindings
|
||||
*** TODO Add keybinding for embark-act
|
||||
** TODO ~+orderless~ doesn't work
|
||||
** TODO ~+prescient~ causes marginalia to not be loaded automatically.
|
||||
* PROJ List of things needed for Ivy parity
|
||||
** TODO Icons
|
||||
https://github.com/minad/marginalia/issues/59
|
||||
|
@ -92,7 +92,6 @@
|
||||
embark-become-indicator embark-action-indicator))
|
||||
|
||||
(use-package! marginalia
|
||||
:after selectrum
|
||||
:hook (doom-first-input . marginalia-mode)
|
||||
:init
|
||||
(setq-default marginalia-annotators '(marginalia-annotators-heavy)))
|
||||
|
Reference in New Issue
Block a user