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

Joel Grunbaum
2021-12-22 ccdb5b9ec4af3879d2792f98782c91d2aae93fd4
Added remote path sourcing for tramp
1 files modified
3 ■■■■ changed files
config.org 3 ●●●● patch | view | raw | blame | history
config.org
@@ -702,7 +702,8 @@
    ;; (setq tramp-default-method "ssh")
    (when (eq system-type 'windows-nt)
      (setq tramp-default-method "pscp"))
    (setq password-cache-expiry nil))
    (setq password-cache-expiry nil)
    (add-to-list 'tramp-remote-path 'tramp-own-remote-path))
#+END_SRC
** COMMENT Y or N instead of yes or no