Compare commits
3 commits
e7ff3d3f16
...
3d87c6462e
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d87c6462e | |||
| 5c00e33e53 | |||
| a1afcdc335 |
2 changed files with 17 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ ContainerName=transmission
|
||||||
Environment=PGID=1000
|
Environment=PGID=1000
|
||||||
Environment=PUID=1000
|
Environment=PUID=1000
|
||||||
Image=lscr.io/linuxserver/transmission:latest
|
Image=lscr.io/linuxserver/transmission:latest
|
||||||
Network=host
|
Network=private
|
||||||
PublishPort=51413:51413
|
PublishPort=51413:51413
|
||||||
PublishPort=51413:51413/udp
|
PublishPort=51413:51413/udp
|
||||||
PublishPort=9091:9091
|
PublishPort=9091:9091
|
||||||
|
|
|
||||||
|
|
@ -186,6 +186,22 @@
|
||||||
(use-package org-contacts
|
(use-package org-contacts
|
||||||
:after org-contrib)
|
:after org-contrib)
|
||||||
|
|
||||||
|
(use-package deflate
|
||||||
|
:ensure (:repo "https://github.com/skuro/deflate"))
|
||||||
|
(use-package plantuml-mode
|
||||||
|
:ensure (:repo "https://github.com/skuro/plantuml-mode")
|
||||||
|
:custom
|
||||||
|
;; keep-sorted start
|
||||||
|
(plantuml-default-exec-mode 'server)
|
||||||
|
(plantuml-output-type "svg")
|
||||||
|
(plantuml-server-url "http://localhost:8080")
|
||||||
|
;; keep-sorted end
|
||||||
|
:init
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.plantuml\\'" . plantuml-mode))
|
||||||
|
(add-to-list 'org-src-lang-modes '("plantuml" . plantuml))
|
||||||
|
(org-babel-do-load-languages 'org-babel-load-languages '((plantuml . t)))
|
||||||
|
)
|
||||||
|
|
||||||
(use-package age
|
(use-package age
|
||||||
:custom
|
:custom
|
||||||
(age-default-identity "~/.age/key")
|
(age-default-identity "~/.age/key")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue