From 8ad20618d1ff574406dc1ad6e998f40029dfb716 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 22 Jun 2014 19:49:37 -0400 Subject: [PATCH] map alternate code blocks shell names to sh-mode * lisp/org-src.el (org-src-lang-modes): Map alternate shell names to sh-mode. --- lisp/org-src.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-src.el b/lisp/org-src.el index 9200d911d..b794877d8 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -181,7 +181,7 @@ but which mess up the display of a snippet in Org exported files.") '(("ocaml" . tuareg) ("elisp" . emacs-lisp) ("ditaa" . artist) ("asymptote" . asy) ("dot" . fundamental) ("sqlite" . sql) ("calc" . fundamental) ("C" . c) ("cpp" . c++) ("C++" . c++) - ("screen" . shell-script)) + ("screen" . shell-script) ("shell" . sh) ("bash" . sh)) "Alist mapping languages to their major mode. The key is the language name, the value is the string that should be inserted as the name of the major mode. For many languages this is