summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-12-13 16:04:41 -0700
committerEric Schulte <schulte.eric@gmail.com>2013-12-13 16:04:41 -0700
commitfb09863fbb35bf15bcf78262b6e31b8b8b8617e7 (patch)
tree763acb8168b0e694cb7d0de1d3d73a7a2e9bd345
parentea993c6d8ca992b179a19ec49283e83b37c50a33 (diff)
downloadorg-mode-fb09863fbb35bf15bcf78262b6e31b8b8b8617e7.tar.gz
more shell names
-rw-r--r--lisp/ob-shell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el
index d1c2130..280163d 100644
--- a/lisp/ob-shell.el
+++ b/lisp/ob-shell.el
@@ -51,7 +51,8 @@ passed to `shell-command-on-region'"
:group 'org-babel
:type 'string)
-(defcustom org-babel-shell-names '("sh" "bash" "csh" "ash" "dash")
+(defcustom org-babel-shell-names
+ '("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh")
"List of names of shell supported by babel shell code blocks."
:group 'org-babel
:type 'string