aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen Heggestøyl2020-05-16 09:00:49 +0200
committerSimen Heggestøyl2020-05-26 17:41:24 +0200
commit46bb2cbd00eb29eb6bb68f2bd8e47c94365d4e25 (patch)
tree1538bbc678f3438ad085b13d915da14fee7272d6
parent02e1ee95a8d6459f455f1bfb5953b8798f069645 (diff)
downloademacs-46bb2cbd00eb29eb6bb68f2bd8e47c94365d4e25.tar.gz
emacs-46bb2cbd00eb29eb6bb68f2bd8e47c94365d4e25.zip
Change dispatch binding of 'project-find-regexp'
* lisp/progmodes/project.el: Change default dispatch binding of 'project-find-regexp' to 's'.
-rw-r--r--lisp/progmodes/project.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index da865255e36..edf690cdf9c 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."
809 'project-find-file "f" "Find file") 809 'project-find-file "f" "Find file")
810 810
811(project-add-switch-command 811(project-add-switch-command
812 'project-find-regexp "g" "Find regexp") 812 'project-find-regexp "s" "Find regexp")
813 813
814(project-add-switch-command 814(project-add-switch-command
815 'project-dired "d" "Dired") 815 'project-dired "d" "Dired")