From fa01e995fced3fe4e65e686a39c6ef4b19e79df0 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Sun, 23 Jun 2024 10:42:56 +0000 Subject: Change binding for my fulltext homedir search --- config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 566f7c1..124adf6 100644 --- a/config.org +++ b/config.org @@ -1579,10 +1579,10 @@ My computer has a small screen, so i find that it's more beneficial for me to sp Define a handy function that allows me to do a full text search of every file in my home directory. For the most part, this works well; ripgrep avoids binary files. However, in some files with embedded images, it can add a lot of junk to the output. #+begin_src elisp -(defun noa/consult-rg-home () - (interactive) - (consult-ripgrep "~/")) -(global-set-key (kbd "") #'noa/consult-rg-home) + (defun noa/consult-rg-home () + (interactive) + (consult-ripgrep "~/")) + (global-set-key (kbd "M-") #'noa/consult-rg-home) #+end_src #+begin_src elisp -- cgit 1.4.1-2-gfad0