Eshell now runs visual commands in a vterm buffer
This commit is contained in:
parent
08a9dd654f
commit
8142c74155
@ -31,12 +31,14 @@
|
|||||||
:config (global-whitespace-mode t))
|
:config (global-whitespace-mode t))
|
||||||
(use-package eshell
|
(use-package eshell
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:hook (eshell-mode . mitch/terminal-setup)
|
|
||||||
:commands (eshell/emacs eshell/man)
|
:commands (eshell/emacs eshell/man)
|
||||||
:config
|
:config
|
||||||
(require 'eshell)
|
(require 'eshell)
|
||||||
(require 'em-unix)
|
(require 'em-unix)
|
||||||
(require 'eshell-settings))
|
(require 'eshell-settings))
|
||||||
|
(use-package eshell-vterm
|
||||||
|
:custom (eshell-destroy-buffer-when-process-dies t)
|
||||||
|
:hook (eshell-mode . eshell-vterm-mode))
|
||||||
(use-package ibuffer
|
(use-package ibuffer
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:commands ibuffer
|
:commands ibuffer
|
||||||
|
Loading…
Reference in New Issue
Block a user