summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-10-17 15:07:58 -0600
committerEric Schulte <eric.schulte@gmx.com>2012-10-17 15:07:58 -0600
commit6f7e92bdb64bbc305a10d4ebe31e9a3ee8e87580 (patch)
tree4ee989fd556225dbdfc9e4c49ebea376b8011bd0
parent9b727c7554b4955a3bd073062070fd1f2fa1ec92 (diff)
downloadorg-mode-6f7e92bdb64bbc305a10d4ebe31e9a3ee8e87580.tar.gz
adding ob-makefile to `org-babel-load-languages'
* lisp/org.el (org-babel-load-languages): Adding ob-makefile to `org-babel-load-languages'.
-rw-r--r--lisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index ea2f547..40745ba 100644
--- a/lisp/org.el
+++ b/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)