Minor edits.

This commit is contained in:
Derek Taylor
2020-11-05 13:27:52 -06:00
parent 8fbacc6392
commit 35112d3f8c
170 changed files with 1304 additions and 756 deletions

View File

@@ -13,6 +13,9 @@
;; spawn another if want one.
(setq vterm-kill-buffer-on-exit t)
;; 5000 lines of scrollback, instead of 1000
(setq vterm-max-scrollback 5000)
(setq-hook! 'vterm-mode-hook
;; Don't prompt about dying processes when killing vterm
confirm-kill-processes nil

View File

@@ -3,4 +3,4 @@
(package! vterm
:built-in 'prefer
:pin "797357bf65952337627f2d0c594c2fef600aafae")
:pin "01a1332ebb11daca5408f7fcb8a08454b0176e79")