summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--consult.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/consult.org b/consult.org
index df222be..7741256 100644
--- a/consult.org
+++ b/consult.org
@@ -6,7 +6,9 @@
#+end_src
* prescient
#+begin_src emacs-lisp
- (use-package prescient :ensure t)
+ (use-package prescient
+ :ensure t
+ :custom ((prescient-sort-full-matches-first t)))
#+end_src
* selectrum
#+begin_src emacs-lisp