From 660634163e9bf2b7a70f1c2294f2f6a36a786988 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 8 May 2019 15:56:59 +0200 Subject: [PATCH] Enhanced introduction with a vague summary. --- .../posts/Editing-remote-files-with-emacs-comfortably.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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