babel languages: sort and add dot (graphviz)
This commit is contained in:
parent
42bdba6e1a
commit
9744acce57
1 changed files with 3 additions and 2 deletions
5
init.el
5
init.el
|
@ -231,10 +231,11 @@
|
|||
;; babel stuff
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
'((scheme . t)
|
||||
'((C . t)
|
||||
(dot . t)
|
||||
(emacs-lisp .t)
|
||||
(python . t)
|
||||
(C . t)))
|
||||
(scheme . t)))
|
||||
:config
|
||||
;; abbrev expansion in org-mode
|
||||
(require 'org-tempo))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue