Made C code blocks in org available
This commit is contained in:
parent
581f087931
commit
a221be29e0
1 changed files with 16 additions and 13 deletions
|
@ -123,19 +123,8 @@ There are two things you can do about this warning:
|
|||
("dot" . fundamental)
|
||||
("screen" . shell-script)
|
||||
("shell" . sh)
|
||||
("C" . c)
|
||||
("plantuml" . plantuml)))
|
||||
org-babel-load-languages (quote
|
||||
((js . t)
|
||||
(gnuplot . t)
|
||||
(emacs-lisp . t)
|
||||
(python . t)
|
||||
(sqlite . t)
|
||||
(lisp . t)
|
||||
(shell . t)
|
||||
(css . t)
|
||||
(calc . t)
|
||||
(plantuml . t)
|
||||
(dot . t)))
|
||||
org-use-property-inheritance nil
|
||||
org-export-with-sub-superscripts nil
|
||||
org-capture-templates (quote
|
||||
|
@ -148,7 +137,21 @@ There are two things you can do about this warning:
|
|||
"* %?\n\s %T\n")
|
||||
("A" "Appointment"
|
||||
entry (file+headline "appointments.org" "Appointments")
|
||||
"* %?\n\s %u\n\s")))))
|
||||
"* %?\n\s %u\n\s"))))
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages (quote
|
||||
((js . t)
|
||||
(gnuplot . t)
|
||||
(emacs-lisp . t)
|
||||
(python . t)
|
||||
(sqlite . t)
|
||||
(lisp . t)
|
||||
(shell . t)
|
||||
(css . t)
|
||||
(calc . t)
|
||||
(plantuml . t)
|
||||
(C . t)
|
||||
(dot . t)))))
|
||||
|
||||
|
||||
(use-package helpful
|
||||
|
|
Loading…
Add table
Reference in a new issue