Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
b5c7b1f37e
3 changed files with 16 additions and 14 deletions
|
@ -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}")
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue