From 3687ed7b874bdfe14617f5d14492887cb0836a85 Mon Sep 17 00:00:00 2001 From: Allard Hendriksen Date: Mon, 8 Jul 2019 14:02:40 +0200 Subject: [PATCH] Fix bug with ob-tmux-format-keys It was misspelled.. --- ob-tmux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ob-tmux.el b/ob-tmux.el index ff98d08..4fbf80f 100644 --- a/ob-tmux.el +++ b/ob-tmux.el @@ -269,7 +269,7 @@ Argument OB-SESSION: the current ob-tmux session." Argument OB-SESSION: the current ob-tmux session." (when (ob-tmux--window-alive-p ob-session) - (let* ((hex-line (ob-tmux-format-keys line))) + (let* ((hex-line (ob-tmux--format-keys line))) (apply 'ob-tmux--execute ob-session "send-keys"