From b43a2eba077403787cdd9f826cdb1acbce55b6b6 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 29 Sep 2023 01:44:25 +0200 Subject: [PATCH] Eshell helper --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index b9e383d..69116c4 100644 --- a/init.el +++ b/init.el @@ -532,6 +532,9 @@ ) (use-package eshell + :config + (defun ccr/start-eshell () + (eshell 'N)) :hook ((eshell-load . eat-eshell-mode) (eshell-load . eat-eshell-visual-command-mode)) :bind (("C-c o e" . project-eshell)))