]> git.eshelyaron.com Git - emacs.git/commitdiff
Change dispatch binding of 'project-find-regexp'
authorSimen Heggestøyl <simenheg@gmail.com>
Sat, 16 May 2020 07:00:49 +0000 (09:00 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Tue, 26 May 2020 15:41:24 +0000 (17:41 +0200)
* lisp/progmodes/project.el: Change default dispatch binding of
'project-find-regexp' to 's'.

lisp/progmodes/project.el

index da865255e36a67e7645131cbb8ef847a892cc4fa..edf690cdf9c5dc099068c82457b613a4a3745c0e 100644 (file)
@@ -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")