From 4b5c30eea97dd3590f242fc1dc6b348b14af81ca Mon Sep 17 00:00:00 2001 From: Allard Hendriksen Date: Thu, 30 Aug 2018 16:52:38 +0200 Subject: [PATCH] Remove redundant TODO comments Socket is set in `ob-tmux--execute'. --- ob-tmux.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ob-tmux.el b/ob-tmux.el index 8f16e2c..5adb95e 100644 --- a/ob-tmux.el +++ b/ob-tmux.el @@ -208,7 +208,6 @@ Argument OB-SESSION: the current ob-tmux session." Argument OB-SESSION: the current ob-tmux session." (unless (ob-tmux--session-alive-p ob-session) (ob-tmux--execute ob-session - ;; TODO: set socket "new-session" "-d" ;; just create the session, don't attach. "-c" (expand-file-name "~") ;; start in home directory @@ -221,7 +220,6 @@ Argument OB-SESSION: the current ob-tmux session." Argument OB-SESSION: the current ob-tmux session." (unless (ob-tmux--window-alive-p ob-session) (ob-tmux--execute ob-session - ;; TODO: set socket "new-window" "-c" (expand-file-name "~") ;; start in home directory "-n" (ob-tmux--window-default ob-session) @@ -233,7 +231,6 @@ Argument OB-SESSION: the current ob-tmux session." Argument OB-SESSION: the current ob-tmux session." (when (ob-tmux--window-alive-p ob-session) (ob-tmux--execute ob-session - ;; TODO set socket "set-window-option" "-t" (ob-tmux--target ob-session) option value))) @@ -255,7 +252,6 @@ Argument OB-SESSION: the current ob-tmux session." Argument OB-SESSION: the current ob-tmux session." (when (ob-tmux--window-alive-p ob-session) (ob-tmux--execute ob-session - ;; TODO set socket "send-keys" "-l" "-t" (ob-tmux--target ob-session)