Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d

This commit is contained in:
Marcus Kammer 2024-08-03 15:25:50 +02:00
commit 31686a35cd
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -14,6 +14,7 @@
(setq org-capture-templates '())
:custom
(abbrev-suggest t)
(org-hide-block-startup t)
(org-hide-emphasis-markers nil)
(org-default-notes-file "notes.org")
(org-insert-mode-line-in-empty-file t)
@ -68,7 +69,6 @@
(org-export-with-todo-keywords nil)
(org-export-with-tables t)
(org-export-date-timestamp-format "%a, %d %b %Y %R %z")
(org-confirm-babel-evaluate nil)
(org-export-backends '(ascii html latex md odt texinfo))
(org-global-properties '(("EFFORT_ALL" . "0:30 1:00 2:00 3:00 5:00 8:00")))
(org-html-doctype "html5")