]> git.eshelyaron.com Git - emacs.git/commitdiff
Change the key for project-find-regexp
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 16 Jun 2020 22:24:01 +0000 (01:24 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 16 Jun 2020 22:24:40 +0000 (01:24 +0300)
* lisp/progmodes/project.el (project-switch-commands):
Change the key for 'project-find-regexp' to 'g', which seems to be
the consensus.

lisp/progmodes/project.el

index 22e57b4fe6f8cb6ff272fc67dc718e90952cddd1..ebb833776eaa68bc8f0ff9abda30bba755e3b694 100644 (file)
@@ -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)