-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Description:
I really like the Emacs configuration provided in this repository - it’s been incredibly helpful! However, I’ve been experiencing significant performance issues when accessing files on a remote server using TRAMP (e.g., /ssh:user@host:/path/to/file). The process becomes extremely slow, almost to the point of being unusable.
Has anyone else encountered this issue? Are there any recommended solutions or optimizations to improve TRAMP performance in this configuration?
Steps to Reproduce:
Open Emacs with the provided configuration.
Attempt to access a file on a remote server using TRAMP (e.g., C-x C-f /ssh:user@host:/path/to/file RET).
Observe the slow performance when interacting with the remote file.
Expected Behavior:
TRAMP should provide reasonable performance when accessing remote files, allowing for smooth editing and navigation.
Actual Behavior:
TRAMP becomes extremely slow, making it difficult to work with remote files effectively.
Additional Context:
I’m using the latest version of the configuration from this repository.
My Emacs version is 29.3.
The remote server is accessible via SSH without issues outside of Emacs.
Any advice or suggestions would be greatly appreciated! Thank you in advance for your help.