From c08ec87fe31e7314cfc4f7cbf00af93ff1594294 Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Mon, 17 Dec 2018 12:34:39 -0600 Subject: [PATCH] Emacs site-start: Use correct feature name * pkgs/applications/editors/emacs/site-start.el (tramp-sh): Use correct feature name Tramp upstream recently dropped the autoload cookie from tramp-remote-path. This makes Emacs error when trying to load tramp. Using the correct feature name fixes this. --- pkgs/applications/editors/emacs/site-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs/site-start.el b/pkgs/applications/editors/emacs/site-start.el index cc1ab1d0e303..34addc33a59c 100644 --- a/pkgs/applications/editors/emacs/site-start.el +++ b/pkgs/applications/editors/emacs/site-start.el @@ -30,7 +30,7 @@ least specific (the system profile)" woman-manpath))) ;;; Make tramp work for remote NixOS machines -(eval-after-load 'tramp +(eval-after-load 'tramp-sh ;; TODO: We should also add the other `NIX_PROFILES' to this path. ;; However, these are user-specific, so we would need to discover ;; them dynamically after connecting via `tramp'