Configure project-switch-commands

This commit is contained in:
Charlotte Van Petegem 2023-01-17 16:28:06 +01:00
parent fee4bde511
commit 89e3f0eac8
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -66,6 +66,15 @@
;; Project management
(use-package project
:custom
(project-switch-commands
'(
(project-find-file "find file")
(consult-ripgrep "find regexp" ?r)
(project-eshell "eshell")
)
"Change default actions when switching project"
)
:general
(lmap
"p" '(:ignore t :which-key "project")