babel languages: sort and add dot (graphviz)

This commit is contained in:
Grigory Shipunov 2020-06-22 16:59:36 +02:00
parent 42bdba6e1a
commit 9744acce57
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -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))