mirror of
https://github.com/TheLocehiliosan/yadm
synced 2025-06-13 13:03:58 +00:00
Update documentation about using yadm with magit
This commit is contained in:
parent
5aa1a7be75
commit
2982f33af7
3
yadm.1
3
yadm.1
@ -194,9 +194,12 @@ Emacs Tramp and Magit can manage files by using this configuration:
|
|||||||
'("yadm"
|
'("yadm"
|
||||||
(tramp-login-program "yadm")
|
(tramp-login-program "yadm")
|
||||||
(tramp-login-args (("enter")))
|
(tramp-login-args (("enter")))
|
||||||
|
(tramp-login-env (("SHELL") ("/bin/sh")))
|
||||||
(tramp-remote-shell "/bin/sh")
|
(tramp-remote-shell "/bin/sh")
|
||||||
(tramp-remote-shell-args ("-c"))))
|
(tramp-remote-shell-args ("-c"))))
|
||||||
.RE
|
.RE
|
||||||
|
and use (magit-status "/yadm::"). If you find issue with Emacs 27 and zsh,
|
||||||
|
trying running (setenv "SHELL" "/bin/bash").
|
||||||
.TP
|
.TP
|
||||||
.B gitconfig
|
.B gitconfig
|
||||||
Pass options to the
|
Pass options to the
|
||||||
|
Loading…
Reference in New Issue
Block a user