home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit f800de443013ea3914d86a34ca39c61bf8b533e5
parent 6fdd836b699eb90fb8ff9dc2ce9df13c0f8f1eec
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  1 Sep 2022 15:36:27 +0200

tools/emacs: add 'tramp-own-remote-path to tramp-remote-path :D

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-shells.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-shells.el b/tools/emacs/config/config-shells.el @@ -386,7 +386,8 @@ toggle, the current window configuration is saved in a register." (add-to-list 'tramp-remote-path "/etc/profiles/per-user/root/bin/") (add-to-list 'tramp-remote-path "/etc/profiles/per-user/vincent/bin/") (add-to-list 'tramp-remote-path "~/.nix-profile/bin") - (add-to-list 'tramp-remote-path "~/bin")) + (add-to-list 'tramp-remote-path "~/bin") + (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) (defun generic-term-init () (visual-line-mode -1)