Setup PlantUML mode in Emacs to use the local server
This commit is contained in:
parent
5f99d941ab
commit
deb1bfd574
1 changed files with 11 additions and 0 deletions
|
|
@ -186,6 +186,17 @@
|
|||
(use-package org-contacts
|
||||
: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 '("\\.puml\\'" . plantuml-mode))
|
||||
)
|
||||
|
||||
(use-package age
|
||||
:custom
|
||||
(age-default-identity "~/.age/key")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue