Eshell helper
This commit is contained in:
parent
eb79e3ab91
commit
b43a2eba07
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -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)))
|
||||||
|
|
Reference in a new issue