From 46bb2cbd00eb29eb6bb68f2bd8e47c94365d4e25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Simen=20Heggest=C3=B8yl?= Date: Sat, 16 May 2020 09:00:49 +0200 Subject: [PATCH] Change dispatch binding of 'project-find-regexp' * lisp/progmodes/project.el: Change default dispatch binding of 'project-find-regexp' to 's'. --- lisp/progmodes/project.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index da865255e36..edf690cdf9c 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -809,7 +809,7 @@ LABEL is used to distinguish the function in the dispatch menu." 'project-find-file "f" "Find file") (project-add-switch-command - 'project-find-regexp "g" "Find regexp") + 'project-find-regexp "s" "Find regexp") (project-add-switch-command 'project-dired "d" "Dired") -- 2.39.5