From 55134693c42a86b3de98ac0a8d2f6b0930d51609 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Sat, 26 May 2018 09:16:45 +0200 Subject: [PATCH] added tramp for remote file handling --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.org b/config.org index d3007d6..fef6eb5 100644 --- a/config.org +++ b/config.org @@ -590,6 +590,13 @@ ) #+END_SRC +** Tramp + With tramp you can handle remote files like local files +#+BEGIN_SRC emacs-lisp +(use-package tramp + :ensure t + ) +#+END_SRC ** misc Visual feedback when using regexp on the buffer #+BEGIN_SRC emacs-lisp