diff options
author | jao <jao@gnu.org> | 2021-02-25 22:17:37 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-25 22:17:37 +0000 |
commit | c658f9b8c6327276c5713fc25b0d0ff0630b87b4 (patch) | |
tree | 9edd1a1bfd2c5c02c36c81d9197eaba1f94260a9 | |
parent | 8e274e0f1cc681ad3f5c63196c3b42371ecba892 (diff) | |
download | elibs-c658f9b8c6327276c5713fc25b0d0ff0630b87b4.tar.gz elibs-c658f9b8c6327276c5713fc25b0d0ff0630b87b4.tar.bz2 |
new prescient-sort-full-matches-first flag
-rw-r--r-- | consult.org | 4 |
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 |