diff --git a/init.org b/init.org index 16e7d72..0cec060 100644 --- a/init.org +++ b/init.org @@ -525,6 +525,10 @@ Honestly not very happy with this at the moment, but it's kind of hacked togethe "ff" #'find-file "fi" #'nemo/edit-init-org "fs" #'save-buffer + "fr" #'consult-ripgrep + "fR" (lambda () (interactive) + (let ((dir (read-directory-name "Ripgrep directory: "))) + (consult-ripgrep dir))) ) ) #+end_src