From f310d65a34f33041f06bdf7ae45b11c47eada9c7 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Sun, 27 May 2018 18:17:54 +0200 Subject: [PATCH] another example for tramp --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index c0c4d96..cf19be7 100644 --- a/config.org +++ b/config.org @@ -616,6 +616,8 @@ With tramp you can handle remote files like local files. Usage example: C-x C-f /ssh:name@server:/path + To open a file as sudo: + C-x C-f /ssh:/name@server|sudo:name@server:/path #+BEGIN_SRC emacs-lisp (use-package tramp :ensure t