Add shell-mode syntax highlighting

Also C-c ' now opens a side buffer to edit the code block in
shell-mode.
hello-test
Allard Hendriksen 2018-03-19 09:00:27 +01:00
parent 510b5f4fee
commit 4cc0c89501
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ In case you want to use a different tmux than one selected by your $PATH")
(:terminal . "gnome-terminal"))
"Default arguments to use when running tmux source blocks.")
(add-to-list 'org-src-lang-modes '("tmux" . sh))
(defun org-babel-execute:tmux (body params)
"Send a block of code via tmux to a terminal using Babel.
\"default\" session is used when none is specified."