summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 753cf1c..461a5ec 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ all the back links of the current heading).
``` emacs-lisp
(defun org-zettelkasten-search-current-id ()
+ "Use `consult-ripgrep' to search for the current ID in all files."
(interactive)
(let ((current-id (org-entry-get nil "CUSTOM_ID")))
(consult-ripgrep org-zettelkasten-directory (concat "[\\[:]." current-id "\\]#"))))