simplify the config example

This commit is contained in:
2026-05-22 01:15:08 +00:00
parent 4f664c642d
commit 83862b8d03
+7 -5
View File
@@ -14,11 +14,13 @@ similarly to how it is implemented for Docker, Podman, and other programs.
** Configuration ** Configuration
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package incus-tramp (use-package incus-tramp
:ensure t :ensure nil
:after tramp :vc (incus-tramp :url https://github.com/mdnight/incus-tramp.git :after tramp
:branch main) :vc (incus-tramp :url "https://github.com/mdnight/incus-tramp.git"
:config (incus-tramp-enable-method)) :rev "v0.1.0")
:config
(incus-tramp-enable-method))
#+end_src #+end_src
** Usage ** Usage