5 lines
321 B
EmacsLisp
5 lines
321 B
EmacsLisp
((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)))))))
|