Setup PlantUML mode in Emacs to use the local server
This commit is contained in:
parent
5f99d941ab
commit
a1afcdc335
1 changed files with 11 additions and 0 deletions
|
|
@ -186,6 +186,17 @@
|
||||||
(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
|
||||||
|
(plantuml-default-exec-mode 'server)
|
||||||
|
(plantuml-server-url "http://localhost:8080")
|
||||||
|
:init
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.plantuml\\'" . plantuml-mode))
|
||||||
|
)
|
||||||
|
|
||||||
(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