Browse Source

added usage example for tramp

master
Marc Pohling 6 years ago
parent
commit
372ee52eee
1 changed files with 3 additions and 1 deletions
  1. 4
      config.org

4
config.org

@ -591,7 +591,9 @@
#+END_SRC #+END_SRC
** Tramp ** Tramp
With tramp you can handle remote files like local files
With tramp you can handle remote files like local files.
Usage example:
C-x C-f /ssh:name@server:/path
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package tramp (use-package tramp
:ensure t :ensure t

Loading…
Cancel
Save