mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-16 20:10:58 +01:00
added org-present config + various fixes
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user