diff options
| author | jao <jao@gnu.org> | 2022-08-10 00:36:22 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2022-08-10 00:36:22 +0100 |
| commit | 0f67e1bd12a9cb3308fe1d9447af2e60a83f6f1b (patch) | |
| tree | 0bcab45d82819205d44d776a73781fc197e15eb8 | |
| parent | 2bd1ed98b23c2b72617fcef11aba7eb969b94ffa (diff) | |
readme nit
| -rw-r--r-- | readme.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,9 +34,10 @@ as [[http://elpa.gnu.org/packages/vertico.html][vertico]]. This package is part of [[http://elpa.gnu.org/packages/consult-recoll.html][GNU ELPA]], so for recent Emacs versions you can install it directly via =M-x package-install RET consult-recoll RET=. -*** Tip: using consult-recoll with helm +** Tip: using consult-recoll with helm If you use =helm-mode=, you'll need to disable helm's completing read for =consult-recoll=, with something like: + #+begin_src emacs-lisp (with-eval-after-load "helm" (with-eval-after-load "recoll" |
