simplify the config example
This commit is contained in:
+6
-4
@@ -15,10 +15,12 @@ similarly to how it is implemented for Docker, Podman, and other programs.
|
||||
|
||||
#+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))
|
||||
: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
|
||||
|
||||
Reference in New Issue
Block a user