diff --git a/content/posts/Editing-remote-files-with-emacs-comfortably.adoc b/content/posts/Editing-remote-files-with-emacs-comfortably.adoc index 095278d..d08e8cf 100644 --- a/content/posts/Editing-remote-files-with-emacs-comfortably.adoc +++ b/content/posts/Editing-remote-files-with-emacs-comfortably.adoc @@ -7,8 +7,9 @@ tags: ["emacs", "ssh"] --- It took me a long time to collect all the bits and pieces I needed to make -editing remote files with Emacs work the way I want. I hope I can save you some -time by stitching it here together into a tutorial. I assume you use +editing remote files with Emacs work the way I want, with a simple command that +works via SSH. I hope I can save you some time by stitching it here together +into a tutorial. I assume you use https://github.com/jwiegley/use-package[use-package] in my examples. == Emacs server & TRAMP