vterm-timer-delay set to 0.01

This commit is contained in:
Andrea Ciceri 2023-02-16 12:02:46 +01:00
parent 0487fc1dd3
commit 7cd21ec35d
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -254,6 +254,9 @@
(:global "C-c o e" ccr/eshell-new (:global "C-c o e" ccr/eshell-new
"C-c o t" ccr/vterm-new)) "C-c o t" ccr/vterm-new))
(setup vterm
(:option vterm-timer-delay 0.01))
(setup magit (setup magit
(:global "C-c o g" magit)) (:global "C-c o g" magit))