summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org6
1 files changed, 5 insertions, 1 deletions
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