From ea94d5f8edc6eb882587b49e46e3bd6e9052d440 Mon Sep 17 00:00:00 2001 From: luxick Date: Mon, 13 Jul 2020 23:58:43 +0200 Subject: [PATCH] Fix vterm config --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 0c011cd..100fdb0 100644 --- a/README.org +++ b/README.org @@ -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