mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2019-03-11 eea28caf1298032efcccd16fe9fad2145c92918a
Addded more languages to org babel
1 files modified
12 ■■■■ changed files
config.org 12 ●●●● patch | view | raw | blame | history
config.org
@@ -766,6 +766,14 @@
*** Languages
Add C to org babel supported languages
#+BEGIN_SRC emacs-lisp
  (add-to-list 'org-babel-load-languages '(C . t))
  (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t)
                                                           (C . t)
                                                           (python . t)
                                                           (latex . t)
                                                           (scheme . t)
                                                           (gnuplot . t)
                                                           (matlab . t)
                                                           (plantuml . t)
                                                           (fortran . t)
                                                           (java . t)))
#+END_SRC