diff --git a/modules/lang/org/+babel.el b/modules/lang/org/+babel.el index 816f661ea..4a140b3a4 100644 --- a/modules/lang/org/+babel.el +++ b/modules/lang/org/+babel.el @@ -6,6 +6,7 @@ '(("cpp" . C) ("C++" . C) ("D" . C) + ("sh" . 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.")