Created
June 1, 2018 05:46
-
-
Save mwrites/5d71a1fc87b4b774b84f0d54264cf826 to your computer and use it in GitHub Desktop.
Atom init.coffee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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