1.9 KiB
:emacs tramp
Description unfold
This module provides sensible and performant defaults for TRAMP, a built-in Emacs package that provides remote file editing over various protocols like SSH, SCP, FTP, and more.
The performance enhancements in this module have the greatest effects in later versions of Emacs (at least 30.1 is recommended).
Maintainers
Module flags
This module has no flags.
Packages
This module doesn't install any packages.
Hacks
- Turns on tramp-direct-async-process globally (for improved performance), but disables it for lsp-mode/eglot connections to LSP servers.
- In remote buffers, several functions are memoized to reduce I/O over TRAMP and
improve performance. Currently, these functions are
magit-toplevel
,project-current
, andvc-git-root
.
TODO Changelog
This module does not have a changelog yet.
Installation
Enable this module in your doom!
block.
This module has no external requirements.
Usage
This module has no usage documentation yet. Write some?
TODO Configuration
This module has no configuration documentation yet. Write some?
Troubleshooting
There are no known problems with this module. Report one?
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
This module has no appendix yet. Write one?