guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs tramp in remote guix


From: Max Brieiev
Subject: Re: emacs tramp in remote guix
Date: Wed, 16 Feb 2022 12:43:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Also in latest master, Emacs exposed new user options
connection-local-profile-alist and connection-local-criteria-alist.

On guix machine dired complained, when I used /sudo:: about missing ls command,
and the following fixed it for me:

(add-to-list 'connection-local-profile-alist
             '(tramp-guix-connection-local (tramp-remote-path 
tramp-own-remote-path)))

(add-to-list 'connection-local-criteria-alist
             `((:application tramp :protocol "sudo" :machine ,(system-name))
               tramp-guix-connection-local))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]