From 52f9319be526c255059fca3f721af8ac7a11abf8 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 28 Jan 2021 15:41:29 +0000 Subject: configurable org notes dir --- org/jao-org-notes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org/jao-org-notes.el') diff --git a/org/jao-org-notes.el b/org/jao-org-notes.el index ca95511..3e9abbb 100644 --- a/org/jao-org-notes.el +++ b/org/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 jao +;; Copyright (C) 2020, 2021 jao ;; Author: jao ;; Keywords: tools @@ -73,7 +73,7 @@ ;;;###autoload (defun jao-org-notes-backlinks () (interactive) - (counsel-ag (buffer-name) jao-org-notes-dir)) + (consult-ripgrep jao-org-notes-dir (regexp-quote (buffer-name)))) (provide 'jao-org-notes) ;;; jao-org-notes.el ends here -- cgit v1.2.3