lang/org: map bash src blocks to ob-shell

This commit is contained in:
Henrik Lissner 2018-05-18 01:43:16 +02:00
parent 3d0745c3ec
commit 84befc0303
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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.")