tramp.el 260 B

123456789
  1. ;; Make sure we work on remote guixsd machines :)
  2. ;; probably only helps if you start on a guixsd machine..!
  3. (with-eval-after-load 'tramp
  4. (setq tramp-remote-path
  5. (append tramp-remote-path
  6. '(tramp-own-remote-path))))
  7. (setq proced-show-remote-processes t)