diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-07-21 18:30:42 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-07-21 18:30:42 +0200 |
| commit | 07e1cfb815038476c2fce4268cafb0c48e2cdbd7 (patch) | |
| tree | dc5845b6207a3d07b6c92ddac1b8d942d77f510c /dot.emacs.d | |
| parent | 8a53ab3c06a780be4cdff44cc32bbaf13c7eb769 (diff) | |
Emacs: Set tramp-terminal-type
Diffstat (limited to 'dot.emacs.d')
| -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) |
