소스 검색

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 13 년 전
부모
커밋
6f7e92bdb6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)