Browse Source

added tramp for remote file handling

master
Marc Pohling 6 years ago
parent
commit
55134693c4
1 changed files with 7 additions and 0 deletions
  1. 7
      config.org

7
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

Loading…
Cancel
Save