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

Joel Grunbaum
2021-12-06 8b0d063d78fae5a2b31e03218396f3bf8e2466ea
Use tramp from elpa
1 files modified
11 ■■■■ changed files
config.org 11 ●●●● patch | view | raw | blame | history
config.org
@@ -685,9 +685,14 @@
Remote editing mode.
Hate having to re-input passwords.
#+BEGIN_SRC emacs-lisp
  (when (eq system-type 'windows-nt)
    (setq tramp-default-method "pscp"))
  (setq password-cache-expiry nil)
  (use-package tramp
    :ensure t
    :pin gnu
    :config
    ;; (setq tramp-default-method "ssh")
    (when (eq system-type 'windows-nt)
      (setq tramp-default-method "pscp"))
    (setq password-cache-expiry nil))
#+END_SRC
** COMMENT Y or N instead of yes or no