making sure selectrum uses prescient

This commit is contained in:
Chris Cochrun 2021-02-16 11:43:07 -06:00
parent e269e493d2
commit 0fd4c90146

View file

@ -212,7 +212,7 @@ We need prescient so we can have smarter sorting and filtering by default. Ontop
(prescient-persist-mode +1)) (prescient-persist-mode +1))
#+end_src #+end_src
#+BEGIN_SRC elisp #+BEGIN_SRC emacs-lisp
(use-package selectrum-prescient (use-package selectrum-prescient
:init :init
(selectrum-prescient-mode +1)) (selectrum-prescient-mode +1))