|
@ -2159,6 +2159,11 @@ Org-mode[fn:60] is a document editing and organizing mode, designed for notes, p |
|
|
;; Configure the keywords in the TODO -> DONE sequence. |
|
|
;; Configure the keywords in the TODO -> DONE sequence. |
|
|
(setq org-todo-keywords '((sequence "TODO" "START" "WAIT" "DONE"))) |
|
|
(setq org-todo-keywords '((sequence "TODO" "START" "WAIT" "DONE"))) |
|
|
|
|
|
|
|
|
|
|
|
;; Configure `org-babel' languages. |
|
|
|
|
|
(org-babel-do-load-languages |
|
|
|
|
|
'org-babel-load-languages |
|
|
|
|
|
'((C . t))) |
|
|
|
|
|
|
|
|
;; TODO: Configure default structure templates. |
|
|
;; TODO: Configure default structure templates. |
|
|
;; (require 'org-tempo) |
|
|
;; (require 'org-tempo) |
|
|
|
|
|
|
|
|