diff options
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 44d26b1..5199069 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -252,7 +252,8 @@ (use-package rust-mode :mode "\\.rs\\'") -(setq tramp-default-method "ssh") +(setq tramp-default-method "ssh" + tramp-terminal-type "tramp") (setq column-number-mode t) |
