Commit 495499e2abba

Vincent Demeester <vincent@sbr.pm>
2020-05-16 13:43:03
config-shells.el: configure vterm
Set vterm-kill-buffer-on-exit 👼 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 58c1973
Changed files (1)
tools
emacs
tools/emacs/config/config-shells.el
@@ -253,6 +253,11 @@ using either KUBECONFIG or ~/.kube/config"
   (setq eshell-output-filter-functions (remove 'eshell-handle-ansi-color eshell-output-filter-functions))
   (setq compilation-environment '("TERM=xterm-256color")))
 
+(use-package vterm
+  :commands (vterm)
+  :custom
+  (vterm-kill-buffer-on-exit t))
+
 ;; for fish in ansi-term
 (add-hook 'term-mode-hook 'toggle-truncate-lines)