From 9354941ca1ed0b8fd051b1fc7558b718715d147f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 27 Jun 2025 16:44:46 +0200 Subject: [PATCH] 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`. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 8cf9dc7..9df6e3f 100644 --- a/init.el +++ b/init.el @@ -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