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))
|
||||
(use-package eshell
|
||||
:straight (:type built-in)
|
||||
:hook (eshell-mode . mitch/terminal-setup)
|
||||
:commands (eshell/emacs eshell/man)
|
||||
:config
|
||||
(require 'eshell)
|
||||
(require 'em-unix)
|
||||
(require 'eshell-settings))
|
||||
(use-package eshell-vterm
|
||||
:custom (eshell-destroy-buffer-when-process-dies t)
|
||||
:hook (eshell-mode . eshell-vterm-mode))
|
||||
(use-package ibuffer
|
||||
:straight (:type built-in)
|
||||
:commands ibuffer
|
||||
|
Loading…
Reference in New Issue
Block a user