From: Dmitry Gutov Date: Tue, 16 Jun 2020 22:24:01 +0000 (+0300) Subject: Change the key for project-find-regexp X-Git-Tag: emacs-28.0.90~7165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d2c0a25274263acc06533b5b3c0e3cf01b303ea;p=emacs.git Change the key for project-find-regexp * lisp/progmodes/project.el (project-switch-commands): Change the key for 'project-find-regexp' to 'g', which seems to be the consensus. --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 22e57b4fe6f..ebb833776ea 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -821,7 +821,7 @@ It's also possible to enter an arbitrary directory." ;;;###autoload (defvar project-switch-commands '((?f "Find file" project-find-file) - (?r "Find regexp" project-find-regexp) + (?g "Find regexp" project-find-regexp) (?d "Dired" project-dired) (?v "VC-Dir" project-vc-dir) (?s "Shell" project-shell)