diff --git a/init.el b/init.el index 20a4ed9..49031c8 100644 --- a/init.el +++ b/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))