fix(&doom): dumb-down terminal for tramp
This commit is contained in:
parent
7ededf6ea4
commit
08ccf6987e
2 changed files with 8 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue