Move important information to beginning of sentance

This commit is contained in:
Matt Trzcinski 2019-08-28 19:43:25 -04:00
parent 2a7a265e2c
commit 56346a6e3a
1 changed files with 5 additions and 4 deletions

View File

@ -34,16 +34,17 @@ Alice <-- Bob: Another authentication Response
**WARNING:** This may send information to **WARNING:** This may send information to
`"https://www.plantuml.com/plantuml"`! `"https://www.plantuml.com/plantuml"`!
Check that `plantuml-jar-path` is correct for your use case and that Before previewing any sensitive material, check that
`plantuml-default-exec-mode` is set to `jar` before previewing any `plantuml-jar-path` is correct for your use case and that
sensitive material. See [Execution modes](#execution-modes) for more `plantuml-default-exec-mode` is set to `jar`.
information.
```lisp ```lisp
(setq plantuml-jar-path "/path/to/your/copy/of/plantuml.jar") (setq plantuml-jar-path "/path/to/your/copy/of/plantuml.jar")
(setq plantuml-default-exec-mode 'jar) (setq plantuml-default-exec-mode 'jar)
``` ```
See [Execution modes](#execution-modes) for more information.
# Installation # Installation
Make sure you have [MELPA](http://melpa.org/) enabled in your ``emacs.d``. Then, you can just Make sure you have [MELPA](http://melpa.org/) enabled in your ``emacs.d``. Then, you can just