Change eshell default bind
This commit is contained in:
parent
54626e5892
commit
b88c0c206b
|
@ -705,7 +705,7 @@ Configure email with iCalendar event support, to integrate with
|
||||||
:bind (("C-c b" . ibuffer)))
|
:bind (("C-c b" . ibuffer)))
|
||||||
|
|
||||||
(use-package eshell
|
(use-package eshell
|
||||||
:bind (("C-c t" . eshell))
|
:bind (("C-c e" . eshell))
|
||||||
:config
|
:config
|
||||||
(require 'esh-mode))
|
(require 'esh-mode))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue