Merge pull request #253776 from linj-fork/fix-tramp

emacs: update the feature used for tramp-remote-path

authored by

adisbladis and committed by
GitHub
940be549 b37f0878

+1 -1
+1 -1
pkgs/applications/editors/emacs/site-start.el
··· 64 65 ;;; Make tramp work for remote NixOS machines 66 (defvar tramp-remote-path) 67 - (eval-after-load 'tramp-sh 68 ;; TODO: We should also add the other `NIX_PROFILES' to this path. 69 ;; However, these are user-specific, so we would need to discover 70 ;; them dynamically after connecting via `tramp'
··· 64 65 ;;; Make tramp work for remote NixOS machines 66 (defvar tramp-remote-path) 67 + (eval-after-load 'tramp 68 ;; TODO: We should also add the other `NIX_PROFILES' to this path. 69 ;; However, these are user-specific, so we would need to discover 70 ;; them dynamically after connecting via `tramp'