Browse Source

Load C/C++ org mode source languages

main
parent
commit
ee22b8cffa
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 5
      README.org

5
README.org

@ -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.
(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.
;; (require 'org-tempo)

Loading…
Cancel
Save