diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index cfdf4d03..cdba8a19 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -169,11 +169,12 @@ \\setmonofont{Noto Sans Mono}[BoldFont=*-Medium,Scale=0.8] \\usepackage{geometry} \\geometry{a4paper,left=2cm,right=2cm,top=1.6cm,bottom=1.6cm} - \\usepackage{fancyhdr} - \\pagestyle{fancy} - \\fancyhf{} - \\fancyhead[L]{\\leftmark} % Left header - \\fancyhead[R]{\\thepage} % Right header" + \\usepackage{scrlayer-scrpage} + \\pagestyle{scrheadings} + \\clearpairofpagestyles + \\automark{section} + \\ihead{\\headmark} % Inner header + \\ohead{\\thepage} % Outer header" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 5de953fd..becc3f29 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -235,14 +235,14 @@ ("cl-sbt@conference.mailbox.org" . "marcus")))) ;; (use-package hyperbole -;; :config -;; (setq hyrolo-date-format "%Y-%m-%d %H:%M:%S") -;; (add-hook 'hyperbole-init-hook -;; (lambda () -;; (setq hyrolo-file-list -;; (append (hyrolo-initialize-file-list) -;; (cons "~/.rolo.otl" -;; (directory-files-recursively org-directory (rx "." (or "org" "otl") eos)))))))) +;; :config +;; (setq hyrolo-date-format "%Y-%m-%d %H:%M:%S") +;; (add-hook 'hyperbole-init-hook +;; (lambda () +;; (setq hyrolo-file-list +;; (append (hyrolo-initialize-file-list) +;; (cons "~/.rolo.otl" +;; (directory-files-recursively org-directory (rx "." (or "org" "otl") eos)))))))) (use-package ispell :ensure nil 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)