emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/project-switching f3574e4 1/2: Change dispatch binding of 'proje


From: Simen Heggestøyl
Subject: scratch/project-switching f3574e4 1/2: Change dispatch binding of 'project-find-regexp'
Date: Sat, 16 May 2020 03:59:16 -0400 (EDT)

branch: scratch/project-switching
commit f3574e44d91fb9aa68c21e3fdbe8f25f83d24428
Author: Simen Heggestøyl <address@hidden>
Commit: Simen Heggestøyl <address@hidden>

    Change dispatch binding of 'project-find-regexp'
    
    * lisp/progmodes/project.el: Change default dispatch binding of
    'project-find-regexp' to 's'.
---
 lisp/progmodes/project.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index ac56537..1ba160c 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -744,7 +744,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]