about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-07-19 16:07:32 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-07-19 16:07:32 +0100
commit01ecd96aa7929625f11a64e3eb6b8f74c6558112 (patch)
tree5ddbc536cf5dcb4c7d90cf6dd6c09e4e9065ab4d /.emacs.d/lisp
parent78889e6c1aab190477b034dee93811aa0aba6dfa (diff)
downloaddotfiles-01ecd96aa7929625f11a64e3eb6b8f74c6558112.tar.gz
Add more entries to project-switch-commands
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-project.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-project.el b/.emacs.d/lisp/init-project.el
index ac88eab..123b98c 100644
--- a/.emacs.d/lisp/init-project.el
+++ b/.emacs.d/lisp/init-project.el
@@ -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)