From b88c0c206b46b9668ba097558679ad33537d93ca Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 29 Sep 2024 06:33:41 +0100 Subject: [PATCH] Change eshell default bind --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index a4888ed..16541e6 100644 --- a/README.org +++ b/README.org @@ -705,7 +705,7 @@ Configure email with iCalendar event support, to integrate with :bind (("C-c b" . ibuffer))) (use-package eshell - :bind (("C-c t" . eshell)) + :bind (("C-c e" . eshell)) :config (require 'esh-mode))