Merge pull request #52448 from jabranham/fix-emacs

Emacs site-start: Use correct feature name
This commit is contained in:
Matthew Bauer
2018-12-18 11:10:20 -06:00
committed by GitHub

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'