mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2019-01-29 0b811ae54903995e8716a5878483861536ac8c41
config.org
@@ -396,7 +396,7 @@
** Tramp
#+BEGIN_SRC emacs-lisp
  (when (eq system-type 'windows-nt)
    (setq tramp-default-method "plink"))
    (setq tramp-default-method "pscp"))
  (setq password-cache-expiry nil)
#+END_SRC