Change eshell default bind

This commit is contained in:
Evie Litherland-Smith 2024-09-29 06:33:41 +01:00
parent 54626e5892
commit b88c0c206b

View file

@ -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))