Last active
April 11, 2016 11:51
-
-
Save DiogoDoreto/4d66e66cbb54c7d72df5 to your computer and use it in GitHub Desktop.
My Atom Configuration
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
| # Stop emmet from hijacking tab from snippets and autocomplete | |
| # https://github.com/atom/autocomplete-plus/issues/86#issuecomment-82661027 | |
| 'atom-text-editor.autocomplete-active:not([mini])': | |
| 'tab': 'autocomplete-plus:confirm' | |
| # Stop emmet from hijacking tab from snippet tab stops | |
| # https://github.com/atom/autocomplete-plus/issues/86#issuecomment-82661027 | |
| 'atom-text-editor[data-grammar="text html basic"]:not([mini]), atom-text-editor[data-grammar~="jade"]:not([mini]), atom-text-editor[data-grammar~="css"]:not([mini]), atom-text-editor[data-grammar~="sass"]:not([mini])': | |
| 'tab': 'snippets:next-tab-stop' |
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
| advanced-open-file | |
| atom-beautify | |
| atom-eco | |
| atom-ternjs | |
| atom-typescript | |
| cson | |
| docblockr | |
| editorconfig | |
| emmet | |
| highlight-selected | |
| jumpy | |
| language-batchfile | |
| last-cursor-position | |
| lines | |
| linter | |
| linter-eslint | |
| minimap | |
| minimap-highlight-selected | |
| pain-split | |
| react | |
| script |
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-text-editor { | |
| // Allow fonts with ligatures | |
| text-rendering: optimizeLegibility; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment