From da54398e2e9bb95552a910573df096b87cd0686c Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 8 Sep 2020 12:32:25 +0200 Subject: [PATCH 1/2] Update 3 drones Update ghub to v3.4.1-1-gca6b115 Update magit to v2.90.1-1053-gb51c6e6cc Update transient to v0.2.0-35-gf5d81ef0 --- lib/ghub | 2 +- lib/magit | 2 +- lib/transient | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ghub b/lib/ghub index 942e7bd..ca6b115 160000 --- a/lib/ghub +++ b/lib/ghub @@ -1 +1 @@ -Subproject commit 942e7bdabc4b938a0535530c26eb6548504fca24 +Subproject commit ca6b115c46d8ab12ae76037d4dadfc92a62a9904 diff --git a/lib/magit b/lib/magit index 321214c..b51c6e6 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit 321214c3a2dd10fdf672ba96bd00703a51094bbe +Subproject commit b51c6e6cce16f9dfe723dac4d410eb40c0921e95 diff --git a/lib/transient b/lib/transient index 4d44d08..f5d81ef 160000 --- a/lib/transient +++ b/lib/transient @@ -1 +1 @@ -Subproject commit 4d44d08e90355a8ef36aaad1f9f79c95de1ce0e9 +Subproject commit f5d81ef0ed24be935f3c0192b746a1738d903d37 From a0540f27d98f6de137e72cfc9af8d9725027d4da Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 4 Mar 2020 18:17:26 +0100 Subject: [PATCH 2/2] tramp: Use remotes PATH Add `tramp-own-remote-path' to the front of `tramp-remote-path', so that the configuration on the host that we are connecting to is used when we are connecting to it. That may be a tautology but it's not the default. This matters especially when connecting to an "usual" system, such as Guix, as has been discussed a few times, including here: https://lists.gnu.org/archive/html/help-guix/2016-10/msg00041.html https://lists.gnu.org/archive/html/help-guix/2017-06/msg00106.html https://lists.gnu.org/archive/html/help-guix/2017-07/msg00003.html --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 0fe806e..350614d 100644 --- a/init.el +++ b/init.el @@ -162,6 +162,10 @@ vc-ignore-dir-regexp tramp-file-name-regexp))) +(use-package tramp-sh + :defer t + :config (cl-pushnew 'tramp-own-remote-path tramp-remote-path)) + (progn ; startup (message "Loading %s...done (%.3fs)" user-init-file (float-time (time-subtract (current-time)