Where would I change the default language from text to python?
Thanks Randy
I don’t think there is such a function in Atom, I think it detects the language when you save the file and give it a file extension
Try putting this in your init script:
atom.workspace.observeTextEditors (editor) ->
unless editor.getPath()
editor.setGrammar(atom.grammars.grammarForScopeName('source.python'))