From 979b007e2fd83c55234db159fcd06787c6d356ea Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 20 Jan 2022 21:10:53 +0000 Subject: eshell-vterm --- init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.org') diff --git a/init.org b/init.org index 39573f3..86005e1 100644 --- a/init.org +++ b/init.org @@ -1884,7 +1884,7 @@ ;;; commands using ansi scape seqs (dolist (c '("editor" "more" "wget" "dict" "vim" "links" "w3m" "guile" "ssh" "autossh" "zmore" "pager" "aptitude" "su" "htop" "top" - "screen" "whizzml" "iex")) + "screen" "whizzml" "iex" "spt")) (add-to-list 'eshell-visual-commands c)) (setq eshell-visual-subcommands '(("git" "log" "diff" "show") @@ -1893,6 +1893,10 @@ eshell-destroy-buffer-when-process-dies nil eshell-escape-control-x t) + (use-package eshell-vterm :ensure t) + + (when jao-use-vterm (eshell-vterm-mode)) + #+end_src ***** bol #+begin_src emacs-lisp -- cgit v1.2.3