Eshell helper

This commit is contained in:
Andrea Ciceri 2023-09-29 01:44:25 +02:00
parent eb79e3ab91
commit b43a2eba07
No known key found for this signature in database

View file

@ -532,6 +532,9 @@
) )
(use-package eshell (use-package eshell
:config
(defun ccr/start-eshell ()
(eshell 'N))
:hook ((eshell-load . eat-eshell-mode) :hook ((eshell-load . eat-eshell-mode)
(eshell-load . eat-eshell-visual-command-mode)) (eshell-load . eat-eshell-visual-command-mode))
:bind (("C-c o e" . project-eshell))) :bind (("C-c o e" . project-eshell)))