added org-present config + various fixes

This commit is contained in:
2025-01-23 11:07:14 +01:00
parent 771ef7e17d
commit 6a9a4068a0
6 changed files with 114 additions and 2 deletions

View File

@@ -213,6 +213,10 @@ down and unfold it, otherwise jump paragraph as usual."
;; no more ... at the end of a heading
(setq org-ellipsis "")
;; use mono spaced font in src blocks
(set-face-attribute 'org-block nil :inherit 'fixed-pitch)
(setq org-activate-links '(plain radio tag date footnote))
;; my own keywords, must be set globally, not catched correctly inside hook
(setq org-todo-keywords
'((sequence "TODO" "START" "WAIT" "|" "DONE" "CANCEL" "FAIL")))