Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Removido la duplicación de counsel-tramp, removido tramp-term.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanounanue committed Apr 26, 2020
1 parent ea119bc commit 7ae40eb
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions emacs/emacs-remote.org
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,15 @@
)
#+END_SRC


#+begin_src emacs-lisp
(use-package counsel-tramp
:after counsel)
#+end_src

Usar =counsel=

#+BEGIN_SRC emacs-lisp
(use-package counsel-tramp)
#+END_SRC

=tramp-term= la descripción de la [[https://github.com/randymorris/tramp-term.el/blob/master/README.md][página]]:

#+begin_quote
Provides a quick way to launch an ssh session in an
ansi-term with directory tracking pre-configured. This makes opening
remote files via TRAMP directly from the ssh session as easy as =C-x C-f=.
#+end_quote

#+begin_src emacs-lisp
(use-package tramp-term)
(use-package counsel-tramp
:after counsel)
#+end_src

También podemos conectarnos a un =docker= /container:/

Podemos conectarnos a un =docker= /container:/

#+BEGIN_EXAMPLE
C-x C-f /docker:user@container:/path/to/file
Expand Down

0 comments on commit 7ae40eb

Please sign in to comment.