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:
parent
02e1ee95a8
commit
46bb2cbd00
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue