pull/18/merge
Kai 2022-10-11 21:23:25 +02:00 committed by GitHub
commit f0b0988c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ Argument OB-SESSION: the current ob-tmux session."
"-d" ;; just create the session, don't attach.
"-c" (expand-file-name "~") ;; start in home directory
"-s" (ob-tmux--session ob-session)
"-n" (ob-tmux--window-default ob-session))))
"-n" org-babel-tmux-default-window-name)))
(defun ob-tmux--create-window (ob-session)
"Create a tmux window in session if it does not yet exist.