mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
set prescient things on selectrum-mode
This commit is contained in:
committed by
Itai Y. Efrat
parent
65c153796e
commit
f4517d890f
@@ -11,8 +11,8 @@
|
||||
(when (featurep! +prescient)
|
||||
(use-package! selectrum-prescient
|
||||
:after selectrum
|
||||
:hook ((doom-first-input . selectrum-prescient-mode)
|
||||
(doom-first-input . prescient-persist-mode))))
|
||||
:hook ((selectrum-mode . selectrum-prescient-mode)
|
||||
(selectrum-mode . prescient-persist-mode))))
|
||||
|
||||
(use-package! orderless
|
||||
:when (featurep! +orderless)
|
||||
|
Reference in New Issue
Block a user