From: Simen Heggestøyl Date: Sat, 16 May 2020 07:00:49 +0000 (+0200) Subject: Change dispatch binding of 'project-find-regexp' X-Git-Tag: emacs-28.0.90~7260^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46bb2cbd00eb29eb6bb68f2bd8e47c94365d4e25;p=emacs.git Change dispatch binding of 'project-find-regexp' * lisp/progmodes/project.el: Change default dispatch binding of 'project-find-regexp' to 's'. --- 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")