Disable VTerm due to lack of use

This commit is contained in:
2025-02-17 19:09:19 +00:00
parent 39b9004203
commit 08a092bdd5

View File

@@ -3575,7 +3575,16 @@ thankfully.
:after eshell
:hook (eshell-mode-hook . eshell-syntax-highlighting-mode))
#+end_src
** VTerm
** WAIT VTerm
:PROPERTIES:
:header-args:emacs-lisp: :tangle no :results none
:END:
2025-02-17: I haven't used this in at least 1.5 years. Why would I
use this when I can:
+ Use [[*EShell][EShell]]
+ Use ~async-shell-command~
+ Just spawn a terminal like a normie
There are a few times when EShell doesn't cut it, particularly in the
domain of TUI applications like ~cfdisk~. Emacs comes by default with
some terminal emulators that can run a system wide shell like SH or