Browse Source

another example for tramp

master
Marc Pohling 6 years ago
parent
commit
f310d65a34
1 changed files with 2 additions and 0 deletions
  1. 2
      config.org

2
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

Loading…
Cancel
Save