lang/org: alias sh => ob-shell

This commit is contained in:
Henrik Lissner 2018-04-08 22:21:20 -04:00
parent 991e8636f1
commit d7e054a8cc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -6,6 +6,7 @@
'(("cpp" . C) '(("cpp" . C)
("C++" . C) ("C++" . C)
("D" . C) ("D" . C)
("sh" . shell)
("matlab" . octave)) ("matlab" . octave))
"An alist that maps languages to babel libraries. This is necessary for babel "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.") libraries (ob-*.el) that don't match the name of the language.")