Skip to content

Commit

Permalink
[tramp] fix neglect
Browse files Browse the repository at this point in the history
  • Loading branch information
c0001 committed Apr 28, 2024
1 parent 3b54376 commit cc2d382
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions elements/core/tentacles/entropy-emacs-tramp.el
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,10 @@ This func divided this string into the return list as:
;; FIXME: find a more intelligence way for ssh init path
;; inspection
(when (and port (equal port "8022"))
(setq ssh-on-termux-p (yes-or-no-p "\
It seems '%s:%s' is hosted on termux emulator, did it? "))
(setq ssh-on-termux-p
(yes-or-no-p "\
It seems '%s:%s' is hosted on termux emulator, did it? "
host-address port))
(and ssh-on-termux-p
(setq init-path ":/data/data/com.termux/files/home")))
(if (not host-address)
Expand Down

0 comments on commit cc2d382

Please sign in to comment.