Explorar el Código

adding ob-makefile to `org-babel-load-languages'

* lisp/org.el (org-babel-load-languages): Adding ob-makefile to
  `org-babel-load-languages'.
Eric Schulte hace 13 años
padre
commit
6f7e92bdb6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -205,6 +205,7 @@ requirements) is loaded."
 		 (const :tag "Ledger" ledger)
 		 (const :tag "Lilypond" lilypond)
 		 (const :tag "Lisp" lisp)
+		 (const :tag "Makefile" makefile)
 		 (const :tag "Maxima" maxima)
 		 (const :tag "Matlab" matlab)
 		 (const :tag "Mscgen" mscgen)