From 01ecd96aa7929625f11a64e3eb6b8f74c6558112 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 19 Jul 2022 16:07:32 +0100 Subject: Add more entries to project-switch-commands --- .emacs.d/lisp/init-project.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs.d/lisp') 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) -- cgit 1.4.1-2-gfad0