Is there a way that I can set a project to load by default every time Sublime Text is opened? It seems that the default is to launch with no project selected.
Possible to set a default project?
iamntz
#2
Check for
"remember_open_files": true
in your config. It should reopen last opened files (project included)
0 Likes