This commit is contained in:
2026-06-05 22:32:49 +08:00
parent 14d05011d5
commit c67841fe07
202 changed files with 498 additions and 403 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
((org-mode . ((org-todo-keywords . ((sequence "TODO" | "DONE" "TOO_EASY")))
(eval . (let ((lc-el (expand-file-name "lc-org.el" (dir-locals-find-file default-directory))))
(when (and lc-el (file-exists-p lc-el) (not (featurep 'lc-org)))
(load-file lc-el)))))))
(when (and lc-el (file-exists-p lc-el))
(load-file lc-el)
(lc-org-mode 1)))))))