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.
This commit is contained in:
Alex Branham 2018-12-17 12:34:39 -06:00
parent 58db4c1a7e
commit c08ec87fe3
No known key found for this signature in database
GPG Key ID: 1E4227A253E99AC7

View File

@ -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'