diff --git a/modules/lang/org/+babel.el b/modules/lang/org/+babel.el index 4a140b3a4..5511bebf0 100644 --- a/modules/lang/org/+babel.el +++ b/modules/lang/org/+babel.el @@ -7,6 +7,7 @@ ("C++" . C) ("D" . C) ("sh" . shell) + ("bash" . shell) ("matlab" . octave)) "An alist that maps languages to babel libraries. This is necessary for babel libraries (ob-*.el) that don't match the name of the language.")