Skip to content

Instantly share code, notes, and snippets.

@mwrites
Created June 1, 2018 05:46
Show Gist options
  • Save mwrites/5d71a1fc87b4b774b84f0d54264cf826 to your computer and use it in GitHub Desktop.
Save mwrites/5d71a1fc87b4b774b84f0d54264cf826 to your computer and use it in GitHub Desktop.
Atom init.coffee
atom.workspace.observeTextEditors (editor) ->
unless editor.getPath()
editor.setGrammar(atom.grammars.grammarForScopeName('source.python'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment