From 7ee4c1b5ff7974ceaa1490715f0374fe87923b59 Mon Sep 17 00:00:00 2001 From: hgranthorner <37941012+hgranthorner@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:26:37 -0400 Subject: [PATCH] fix project-switch-commands grep command --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 6fb29de..7d69256 100644 --- a/init.el +++ b/init.el @@ -53,7 +53,7 @@ (setq project-switch-commands '((project-find-file "Find file" "f") (project-find-dir "Find dir" "d") (project-dired "Dired" "D") - (consult-ripgrep "ripgrep" "g") + (project-find-regexp "ripgrep" "g") (magit-project-status "Magit" "m"))) (when (file-directory-p (hgh/emacs-directory "work"))