diff options
author | Brian Cully <bjc@kublai.com> | 2022-02-19 16:08:34 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-02-19 16:08:34 -0500 |
commit | 3b31544b21ee313ca03a34ef398b2d89896a9846 (patch) | |
tree | 910aa3c61001508dc71da3a01cfedbf9a89413b5 /README.org | |
parent | f10849740aba20afb295af80e99a0c91c620bfb9 (diff) | |
download | tramp-nspawn-3b31544b21ee313ca03a34ef398b2d89896a9846.tar.gz tramp-nspawn-3b31544b21ee313ca03a34ef398b2d89896a9846.zip |
Rename package to ‘tramp-nspawn’.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |