From a08f24a4216467e0bc2428800d63b1fe6ed535b4 Mon Sep 17 00:00:00 2001 From: Allard Hendriksen Date: Fri, 9 Nov 2018 08:00:10 +0100 Subject: [PATCH] Test tmux block --- README.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.org b/README.org index 034c1f7..339141d 100644 --- a/README.org +++ b/README.org @@ -7,6 +7,18 @@ terminal, especially when some interactivity is required. The functionality can be used to document software installation, build instructions, and administrative tasks. The documentation can be tested and adjusted while it is written. + +#+BEGIN_SRC tmux +echo "hello " +#+END_SRC + +#+BEGIN_SRC sh +echo "hello" +#+END_SRC + +#+BEGIN_SRC bash +echo "hello" +#+END_SRC * Installation Unfortunately, ob-tmux has not yet been added to melpa. You will need to copy the ~ob-tmux.el~ file to a directory in your ~load-path~.