Fix vterm config
This commit is contained in:
@@ -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))
|
(bound-and-true-p module-file-suffix))
|
||||||
(use-package vterm
|
(use-package vterm
|
||||||
:ensure t
|
:ensure t
|
||||||
:custom
|
:config
|
||||||
(vterm-kill-buffer-on-exit t)
|
(setq vterm-kill-buffer-on-exit t)
|
||||||
(vterm-copy-exclude-prompt t)))
|
(setq vterm-copy-exclude-prompt t)))
|
||||||
#+End_SRC
|
#+End_SRC
|
||||||
* Set Variables
|
* Set Variables
|
||||||
** General Emacs Options
|
** General Emacs Options
|
||||||
|
|||||||
Reference in New Issue
Block a user