emacs-diffs
[Top][All Lists]
Advanced

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

feature/project-switching 46bb2cb 07/15: Change dispatch binding of 'pro


From: Simen Heggestøyl
Subject: feature/project-switching 46bb2cb 07/15: Change dispatch binding of 'project-find-regexp'
Date: Tue, 26 May 2020 11:43:18 -0400 (EDT)

branch: feature/project-switching
commit 46bb2cbd00eb29eb6bb68f2bd8e47c94365d4e25
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 da86525..edf690c 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -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")



reply via email to

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