summaryrefslogtreecommitdiffhomepage
path: root/org/jao-org-notes.el
diff options
context:
space:
mode:
Diffstat (limited to 'org/jao-org-notes.el')
-rw-r--r--org/jao-org-notes.el4
1 files changed, 2 insertions, 2 deletions
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 <mail@jao.io>
;; 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