set prescient things on selectrum-mode

This commit is contained in:
Jethro Kuan 2021-01-16 20:28:03 +08:00 committed by Itai Y. Efrat
parent 65c153796e
commit f4517d890f

View file

@ -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)