From ebc512e22352b6dfbd454f09ad9c2da34a19ada6 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 29 Apr 2019 20:59:42 -0500 Subject: [PATCH] Added termux path to tramp --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 0d255fb..26886bf 100644 --- a/init.el +++ b/init.el @@ -53,6 +53,7 @@ ;; Tramp (add-to-list 'tramp-remote-path 'tramp-own-remote-path) (add-to-list 'tramp-remote-path "/system/xbin") +(add-to-list 'tramp-remote-path "/data/data/com.termux/file/usr/bin") ;; JavaScript (require 'js2-mode)