1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 19:30:45 -08:00

Change dispatch binding of 'project-find-regexp'

* lisp/progmodes/project.el: Change default dispatch binding of
'project-find-regexp' to 's'.
This commit is contained in:
Simen Heggestøyl 2020-05-16 09:00:49 +02:00
parent 02e1ee95a8
commit 46bb2cbd00

View 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")