Start in home directory without extra slashes

hello-test
Allard Hendriksen 2018-07-16 10:42:06 +02:00
parent 5ccf47725e
commit 26f738b8f9
1 changed files with 1 additions and 1 deletions

View File

@ -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))))