Browse Source

Don't show welcome on startup

Kevin Heinicke 8 years ago
parent
commit
8e5f702227
1 changed files with 2 additions and 0 deletions
  1. 2 0
      atom/config.cson

+ 2 - 0
atom/config.cson

@@ -13,6 +13,8 @@
   "exception-reporting":
     userId: "ab2d6c57-858a-4413-8c4b-c8beb7547064"
   "trailing-spaces": {}
+  welcome:
+    showOnStartup: false
   whitespace:
     ensureSingleTrailingNewline: false
     ignoreWhitespaceOnCurrentLine: false