summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index be5e4f7..daa5e26 100644
--- a/init.el
+++ b/init.el
@@ -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)