emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tramp-nspawn df4ba32b89 09/22: Add usage info for nspaw


From: ELPA Syncer
Subject: [elpa] externals/tramp-nspawn df4ba32b89 09/22: Add usage info for nspawn-tramp-setup.
Date: Sat, 19 Feb 2022 18:58:02 -0500 (EST)

branch: externals/tramp-nspawn
commit df4ba32b896850a49d949801054829773761dd1a
Author: Brian Cully <bjc@kublai.com>
Commit: Brian Cully <bjc@kublai.com>

    Add usage info for nspawn-tramp-setup.
---
 README.org | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index e15aeb8be8..0cc3454500 100644
--- a/README.org
+++ b/README.org
@@ -8,12 +8,18 @@ This package is not yet available on the various package sites
 ** Direct download
 Download this repository to some location, then add the following to
 your Emacs initialization:
-#+begin_src emacs-lisp
+#+begin_src elisp
   (add-to-list 'load-path "/path/to/nspawn-tramp")
   (require 'nspawn-tramp)
 #+end_src
 
 * Usage
+Call ~nspawn-tramp-setup~ to add support:
+#+begin_src elisp
+  (add-hook 'after-init-hook 'nspawn-tramp-setup)
+#+end_src
+
+
 Use TRAMP as normal to access files on a container:
 #+begin_example
   C-x C-f /nspawn:user@container:/path/to/file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]