Configure project-switch-commands
This commit is contained in:
parent
fee4bde511
commit
89e3f0eac8
1 changed files with 9 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue