diff --git a/ob-tmux.el b/ob-tmux.el index 9d651bc..1f3adfe 100644 --- a/ob-tmux.el +++ b/ob-tmux.el @@ -114,7 +114,7 @@ must be created." (start-process "tmux-create-session" "*Messages*" org-babel-tmux-location "new-session" "-d" ;; just create the session, don't attach. - "-c" (expand-file-name "~/") ;; start in home directory + "-c" (expand-file-name "~") ;; start in home directory "-s" (org-babel-tmux-session session) "-n" (org-babel-tmux-window-default session))))