org: really hide the plantuml logo
Fix a5d6aa2.
* doc/org/.dir-locals.el.in, doc/org/init.el.in: Use
-Djava.awt.headless=true, not -Djava.awt.headless.
This commit is contained in:
parent
ed45be98ea
commit
a2575e0d3e
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
;; prevent the plantuml logo to annoying appear on top of
|
||||
;; whatever you are doing when the project compiles in the
|
||||
;; background.
|
||||
(:java . "-Djava.awt.headless")))
|
||||
(:java . "-Djava.awt.headless=true")))
|
||||
|
||||
(setenv "PATH"
|
||||
(concat "@abs_top_builddir@/bin" path-separator (getenv "PATH")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue