summaryrefslogtreecommitdiffhomepage
path: root/consult.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-02-25 22:17:37 +0000
committerjao <jao@gnu.org>2021-02-25 22:17:37 +0000
commitc658f9b8c6327276c5713fc25b0d0ff0630b87b4 (patch)
tree9edd1a1bfd2c5c02c36c81d9197eaba1f94260a9 /consult.org
parent8e274e0f1cc681ad3f5c63196c3b42371ecba892 (diff)
downloadelibs-c658f9b8c6327276c5713fc25b0d0ff0630b87b4.tar.gz
elibs-c658f9b8c6327276c5713fc25b0d0ff0630b87b4.tar.bz2
new prescient-sort-full-matches-first flag
Diffstat (limited to 'consult.org')
-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