Disable eshell-vterm. You'll see why...
This commit is contained in:
parent
4f61b4c377
commit
420b178b4b
@ -167,10 +167,10 @@ This is taken from a website that I can't remember at the moment."
|
|||||||
(progn
|
(progn
|
||||||
(eshell-bol)
|
(eshell-bol)
|
||||||
(insert "sudo ")))))))
|
(insert "sudo ")))))))
|
||||||
(use-package eshell-vterm
|
;; (use-package eshell-vterm
|
||||||
:after eshell
|
;; :after eshell
|
||||||
:custom (eshell-destroy-buffer-when-process-dies t)
|
;; :custom (eshell-destroy-buffer-when-process-dies t)
|
||||||
:hook (eshell-mode . eshell-vterm-mode))
|
;; :hook (eshell-mode . eshell-vterm-mode))
|
||||||
(use-package eshell-syntax-highlighting
|
(use-package eshell-syntax-highlighting
|
||||||
:after eshell
|
:after eshell
|
||||||
:hook (eshell-mode . eshell-syntax-highlighting-mode)
|
:hook (eshell-mode . eshell-syntax-highlighting-mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user