diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-07-19 16:07:32 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-07-19 16:07:32 +0100 |
commit | 01ecd96aa7929625f11a64e3eb6b8f74c6558112 (patch) | |
tree | 5ddbc536cf5dcb4c7d90cf6dd6c09e4e9065ab4d /.emacs.d | |
parent | 78889e6c1aab190477b034dee93811aa0aba6dfa (diff) | |
download | dotfiles-01ecd96aa7929625f11a64e3eb6b8f74c6558112.tar.gz |
Add more entries to project-switch-commands
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-project.el | 2 |
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) |