From 7e2f171f72d4aa0c18fe8cd36c076fe84cfd6954 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 29 Apr 2022 02:51:58 +0100 Subject: jao-org-notes: fix for rgrep --- lib/doc/jao-org-notes.el | 3 +-- 1 file changed, 1 insertion(+), 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 ;; 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) -- cgit v1.2.3