This commit is contained in:
2026-06-05 22:18:39 +08:00
parent 0aed1528e2
commit 14d05011d5
7 changed files with 169 additions and 7 deletions
+4 -1
View File
@@ -1 +1,4 @@
((org-mode . ((org-todo-keywords . ((sequence "TODO" | "DONE" "TOO_EASY"))))))
((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)))))))