aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-07-21 18:30:42 +0200
committerThomas Schneider <qsx@qsx.re>2019-07-21 18:30:42 +0200
commit07e1cfb815038476c2fce4268cafb0c48e2cdbd7 (patch)
treedc5845b6207a3d07b6c92ddac1b8d942d77f510c /dot.emacs.d
parent8a53ab3c06a780be4cdff44cc32bbaf13c7eb769 (diff)
Emacs: Set tramp-terminal-type
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el3
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)