simplify the config example
This commit is contained in:
+7
-5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user