update atom config

This commit is contained in:
Sami Samhuri 2014-07-02 23:55:24 -07:00
parent 8ff7472752
commit 34ff4d9928

View file

@ -9,13 +9,14 @@
'editor': 'editor':
'fontFamily': 'Menlo' 'fontFamily': 'Menlo'
'softWrap': true 'softWrap': true
'fontSize': 14 'fontSize': 12
'core': 'core':
'themes': [ 'themes': [
'atom-dark-ui' 'atom-dark-ui'
'atom-light-syntax' 'atom-light-syntax'
] ]
'projectHome': '/Users/sjs/Projects' 'projectHome': '/Users/sjs/Projects'
'useReactEditor': true
'markdown-preview': 'markdown-preview':
'grammars': [ 'grammars': [
'source.gfm' 'source.gfm'