From 09ffb872113b857101bd2ebb09a28c3a3505855a Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 5 Dec 2023 15:41:10 +0100 Subject: [PATCH] Update plantuml java args for windows --- bundle/custom_win32_EVG03435NB.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/custom_win32_EVG03435NB.el b/bundle/custom_win32_EVG03435NB.el index 1463dea5..42b53348 100644 --- a/bundle/custom_win32_EVG03435NB.el +++ b/bundle/custom_win32_EVG03435NB.el @@ -44,12 +44,13 @@ '(mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale))) '(org-agenda-files '("~/OneDrive - Siemens AG/org/agenda/")) '(org-directory "~/OneDrive - Siemens AG/org/") - '(org-latex-src-block-backend t nil nil "Customized with use-package org") '(org-modules '(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m)) '(org-roam-directory "~/OneDrive - Siemens AG/org/") '(package-selected-packages '(jq-format json-navigator flymake-json dashboard ob-restclient restclient which-key auctex ace-window jabber js2-mode gptel elpher plantuml-mode htmlize hyperbole typescript-mode markdown-mode csv-mode yaml-mode magit nim-mode kotlin-mode nano-theme mastodon mpv ob-http powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov shrface smartparens emojify olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons)) + '(plantuml-java-args + '("-DPLANTUML_DPI=300" "-Djava.awt.headless=true" "-jar" "--illegal-access=deny")) '(reb-re-syntax 'string) '(ring-bell-function 'ignore) '(scroll-step 5)