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:
Daniel Borchmann 2025-06-27 16:44:46 +02:00
parent 3d63440d2f
commit 9354941ca1
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -308,7 +308,7 @@
(use-package project
: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-mode-line t)
:config (progn