From 83862b8d035f72067b4eb69fc6292e31ebb5b766 Mon Sep 17 00:00:00 2001 From: Roman Isaev Date: Fri, 22 May 2026 01:15:08 +0000 Subject: [PATCH] simplify the config example --- README.org | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 03c747a..8bbbb87 100644 --- a/README.org +++ b/README.org @@ -14,11 +14,13 @@ similarly to how it is implemented for Docker, Podman, and other programs. ** Configuration #+begin_src emacs-lisp - (use-package incus-tramp - :ensure t - :after tramp :vc (incus-tramp :url https://github.com/mdnight/incus-tramp.git - :branch main) - :config (incus-tramp-enable-method)) + (use-package incus-tramp + :ensure nil + :after tramp + :vc (incus-tramp :url "https://github.com/mdnight/incus-tramp.git" + :rev "v0.1.0") + :config + (incus-tramp-enable-method)) #+end_src ** Usage