Small improvement

This commit is contained in:
Zelong Kuang
2025-12-26 20:04:59 +08:00
parent 9c89256e96
commit fa0aace21f
4 changed files with 15 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ the element after the #+HEADER: tag."
(file+olp+datetree "diary.org")
"* %U %?\n%i\n%a" :prepend t))
org-todo-keyword
org-todo-keywords
'((sequence "TODO(t)" "IN-PROGRESS(i)" "|" "DONE(d)" "NO(n)")))
(add-to-list 'org-src-block-faces '("latex" (:inherit default :extend t)))
@@ -256,4 +256,7 @@ the element after the #+HEADER: tag."
(use-package org-download
:after org)
(use-package valign
:hook (org-mode . valign-mode))
(provide 'init-org)