Open eshell by default when switching to projects
This is what I usually need, and opening dired can be done by using the eshell alias `d`.
This commit is contained in:
parent
3d63440d2f
commit
9354941ca1
2
init.el
2
init.el
@ -308,7 +308,7 @@
|
|||||||
|
|
||||||
(use-package project
|
(use-package project
|
||||||
:init (setopt project-list-file (expand-file-name "projects" emacs-d-userdata)
|
:init (setopt project-list-file (expand-file-name "projects" emacs-d-userdata)
|
||||||
project-switch-commands 'project-dired
|
project-switch-commands 'project-eshell
|
||||||
project-vc-merge-submodules nil
|
project-vc-merge-submodules nil
|
||||||
project-mode-line t)
|
project-mode-line t)
|
||||||
:config (progn
|
:config (progn
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user