Hacker News new | ask | show | jobs
by Aaron2222 230 days ago
You can fix this with:

  defaults write -g NSDocumentSaveNewDocumentsToCloud -bool false
You can also have apps default to a blank document instead of the open dialog:

  defaults write -g NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false
1 comments

I’m actually ok with this behavior, but good to know!