From c658f9b8c6327276c5713fc25b0d0ff0630b87b4 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 25 Feb 2021 22:17:37 +0000 Subject: new prescient-sort-full-matches-first flag --- consult.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3