fix(&doom): dumb-down terminal for tramp

This commit is contained in:
Infinidoge 2022-02-27 15:10:15 -05:00
parent 7ededf6ea4
commit 08ccf6987e
2 changed files with 8 additions and 1 deletions

View file

@ -53,7 +53,10 @@
(setq deft-recursive t)
(setq tramp-default-method "ssh")
(setq
tramp-default-method "ssh"
tramp-terminal-type "tramp"
)
(after! flyspell
(setq flyspell-lazy-idle-seconds 1))