Reenable dispatch actions when entering a project
This is the default, and I often find myself switching from eshell to dired when entering a new project – but not always. So let's ask what to open when entering a new project instead.
This commit is contained in:
parent
b39a05a392
commit
bf47708450
8
init.el
8
init.el
@ -318,7 +318,13 @@
|
||||
|
||||
(use-package project
|
||||
:init (setopt project-list-file (expand-file-name "projects" emacs-d-userdata)
|
||||
project-switch-commands 'project-eshell
|
||||
project-switch-commands '((project-dired "Dired")
|
||||
(project-find-file "Find file")
|
||||
(project-find-regexp "Find regexp")
|
||||
(project-find-dir "Find directory")
|
||||
(project-vc-dir "VC-Dir")
|
||||
(project-eshell "Eshell")
|
||||
(project-any-command "Other"))
|
||||
project-vc-merge-submodules nil
|
||||
project-mode-line nil)
|
||||
:config (progn
|
||||
|
||||
Loading…
Reference in New Issue
Block a user