aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-02-19 16:08:34 -0500
committerBrian Cully <bjc@kublai.com>2022-02-19 16:08:34 -0500
commit3b31544b21ee313ca03a34ef398b2d89896a9846 (patch)
tree910aa3c61001508dc71da3a01cfedbf9a89413b5 /README.org
parentf10849740aba20afb295af80e99a0c91c620bfb9 (diff)
downloadtramp-nspawn-3b31544b21ee313ca03a34ef398b2d89896a9846.tar.gz
tramp-nspawn-3b31544b21ee313ca03a34ef398b2d89896a9846.zip
Rename package to ‘tramp-nspawn’.
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.org b/README.org
index 0df5ea1..ede42d4 100644
--- a/README.org
+++ b/README.org
@@ -1,24 +1,24 @@
* Introduction
-=nspawn-tramp= adds support for =systemd-nspawn= containers with Emacs’
+=tramp-nspawn= adds support for =systemd-nspawn= containers with Emacs’
TRAMP system.
* Installation
** ELPA
This package is available on [[https://elpa.gnu.org/packages/nspawn-tramp.html][GNU ELPA]] and can be installed with
-=M-x package-install RET nspawn-tramp RET= from within Emacs itself.
+=M-x package-install RET tramp-nspawn RET= from within Emacs itself.
** Direct download
Download this repository to some location, then add the following to
your Emacs initialization:
#+begin_src elisp
- (add-to-list 'load-path "/path/to/nspawn-tramp")
- (require 'nspawn-tramp)
+ (add-to-list 'load-path "/path/to/tramp-nspawn")
+ (require 'tramp-nspawn)
#+end_src
* Usage
-Call ~nspawn-tramp-setup~ to add support:
+Call ~tramp-nspawn-setup~ to add support:
#+begin_src elisp
- (add-hook 'after-init-hook 'nspawn-tramp-setup)
+ (add-hook 'after-init-hook 'tramp-nspawn-setup)
#+end_src