mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: alias sh => ob-shell
This commit is contained in:
@ -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.")
|
||||||
|
Reference in New Issue
Block a user