diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-17 19:09:19 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-17 19:12:22 +0000 |
commit | 08a092bdd53ddf917615b309578f03e988862713 (patch) | |
tree | d74fc2a9fa763efb659a3950b0dc3c5dcc3a4d44 | |
parent | 39b9004203cc7d11d9bfa8fd3b55178dbb4fd6dd (diff) | |
download | dotfiles-08a092bdd53ddf917615b309578f03e988862713.tar.gz dotfiles-08a092bdd53ddf917615b309578f03e988862713.tar.bz2 dotfiles-08a092bdd53ddf917615b309578f03e988862713.zip |
Disable VTerm due to lack of use
-rw-r--r-- | Emacs/.config/emacs/config.org | 11 |
1 files changed, 10 insertions, 1 deletions
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 |