Compare commits

...

2 Commits

Author SHA1 Message Date
mdnight 5f3ee4643d simplify the config example 2026-05-22 01:15:43 +00:00
mdnight 83862b8d03 simplify the config example 2026-05-22 01:15:08 +00:00
+6 -5
View File
@@ -14,11 +14,12 @@ 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
: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