Files

6 lines
337 B
EmacsLisp
Raw Permalink Normal View History

2026-06-05 22:18:39 +08:00
((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))))
2026-06-05 22:32:49 +08:00
(when (and lc-el (file-exists-p lc-el))
(load-file lc-el)
(lc-org-mode 1)))))))