home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 495499e2abba7de889c31f71230fa9f334b723e2
parent 58c19733e565697c1cccdd02e2de48b791c5079d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 16 May 2020 13:43:03 +0200

config-shells.el: configure vterm

Set vterm-kill-buffer-on-exit 👼

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-shells.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-shells.el b/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)