diff options
author | jao <jao@gnu.org> | 2022-04-29 02:51:58 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-04-29 02:51:58 +0100 |
commit | 7e2f171f72d4aa0c18fe8cd36c076fe84cfd6954 (patch) | |
tree | fd0f84cd89a81e5a9c62c21ac57a0fd65917152f /lib/doc | |
parent | 2d3c3feb69994c08cea262ef958b2b63fc418c87 (diff) | |
download | elibs-7e2f171f72d4aa0c18fe8cd36c076fe84cfd6954.tar.gz elibs-7e2f171f72d4aa0c18fe8cd36c076fe84cfd6954.tar.bz2 |
jao-org-notes: fix for rgrep
Diffstat (limited to 'lib/doc')
-rw-r--r-- | lib/doc/jao-org-notes.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/doc/jao-org-notes.el b/lib/doc/jao-org-notes.el index 75066c5..738c938 100644 --- a/lib/doc/jao-org-notes.el +++ b/lib/doc/jao-org-notes.el @@ -1,6 +1,6 @@ ;;; jao-org-notes.el --- A simple system for org note taking -*- lexical-binding: t; -*- -;; Copyright (C) 2020, 2021 jao +;; Copyright (C) 2020, 2021, 2022 jao ;; Author: jao <mail@jao.io> ;; Keywords: tools @@ -52,7 +52,6 @@ (consult--async-command #'jao-org-notes--rg (consult--async-transform jao-org-notes--matches)) :prompt prompt - :lookup (lambda (_ cands cand) (or (cdr (assoc cand cands)) cand)) :initial (consult--async-split-initial "") :add-history (concat (consult--async-split-initial (thing-at-point 'symbol))) :require-match (not no-req) |