aboutsummaryrefslogtreecommitdiff
path: root/config/emacs/emacs.d/emacs.org
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-12-05 09:51:00 -0700
committerKenny Ballou <kb@devnulllabs.io>2023-12-05 09:51:00 -0700
commitf424dfaffc8f50fc53ad16c2b7fb703488f4d6ed (patch)
tree3d8b2d732a0b8930b03228afeaed8984a03f02e0 /config/emacs/emacs.d/emacs.org
parent6aa312a99f2af7bc0b85bce9cc8dced04fdcce03 (diff)
downloaddotfiles-f424dfaffc8f50fc53ad16c2b7fb703488f4d6ed.tar.gz
dotfiles-f424dfaffc8f50fc53ad16c2b7fb703488f4d6ed.tar.xz
config: emacs: tramp: add guix|nix paths to tramp-remote-path
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config/emacs/emacs.d/emacs.org')
-rw-r--r--config/emacs/emacs.d/emacs.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org
index fc3dc8f2..7c0421c7 100644
--- a/config/emacs/emacs.d/emacs.org
+++ b/config/emacs/emacs.d/emacs.org
@@ -2490,6 +2490,16 @@ buffers.
:custom
(tramp-default-method "ssh")
(tramp-verbose 1)
+ (tramp-remote-path '(tramp-default-remote-path "/bin" "/usr/bin" "/sbin" "/usr/sbin"
+ "/usr/local/bin" "/usr/local/sbin" "/local/bin"
+ "/local/freeware/bin" "/local/gnu/bin"
+ "/usr/freeware/bin" "/usr/pkg/bin"
+ "/usr/contrib/bin" "/opt/bin" "/opt/sbin"
+ "/opt/local/bin"
+ "/run/current-system/profile/bin"
+ "/run/current-system/sw/bin"
+ "~/.guix-home/profile/bin"
+ "~/.nix-profile/bin")))
#+end_src
#+begin_src elisp