Fix vterm config

This commit is contained in:
2020-07-13 23:58:43 +02:00
parent 5491b5a219
commit ea94d5f8ed

View File

@@ -787,9 +787,9 @@ The packages only works on linux and reuqires that emacs is compiled with module
(bound-and-true-p module-file-suffix))
(use-package vterm
:ensure t
:custom
(vterm-kill-buffer-on-exit t)
(vterm-copy-exclude-prompt t)))
:config
(setq vterm-kill-buffer-on-exit t)
(setq vterm-copy-exclude-prompt t)))
#+End_SRC
* Set Variables
** General Emacs Options