From 08a092bdd53ddf917615b309578f03e988862713 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 17 Feb 2025 19:09:19 +0000 Subject: Disable VTerm due to lack of use --- Emacs/.config/emacs/config.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 1686ca3..2d4cf50 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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 -- cgit v1.2.3-13-gbd6f