diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -974,6 +974,7 @@ (consult-recoll (format "dir:%s " jao-org-notes-dir))) (use-package consult-recoll + :commands (consult-recoll consult-recoll-embark-setup) :init (setq consult-recoll-open-fns '(("application/pdf" . jao-recoll-open-pdf) ("text/html" . jao-recoll-open-html)) @@ -992,6 +993,8 @@ :bind (("s-r" . #'jao-recoll-transient))) +(with-eval-after-load "embark" (consult-recoll-embark-setup)) + ;;; Buffers ;;;; cursor and mark (transient-mark-mode -1) |