Add more entries to project-switch-commands

This commit is contained in:
David Morgan 2022-07-19 16:07:32 +01:00
parent 78889e6c1a
commit 01ecd96aa7
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
(call-interactively #'project-switch-project)))
(add-to-list 'project-switch-commands '(?h "Recentf" project-recentf) t)
(add-to-list 'project-switch-commands '(?r "consult-ripgrep" consult-ripgrep) t)
(add-to-list 'project-switch-commands '(?p "consult-project-extra-find" consult-project-extra-find) t)
(add-to-list 'project-switch-commands '(?m "Magit" magit-status) t)
(add-to-list 'project-switch-commands '(?q "Replace Regexp" project-query-replace-regexp) t)