Eshell now runs visual commands in a vterm buffer

This commit is contained in:
MitchMarq42 2022-08-18 18:10:37 -08:00
parent 08a9dd654f
commit 8142c74155

View File

@ -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