upgrade atom

This commit is contained in:
Sami Samhuri 2015-05-08 22:45:02 -07:00
parent a479160183
commit d183329651
5 changed files with 5 additions and 94 deletions

View file

@ -1,26 +0,0 @@
'exception-reporting':
'userId': 'cdd550b3-4a3f-778c-9b88-71ba634f106c'
'release-notes':
'viewedVersion': '0.94.0'
'welcome':
'showOnStartup': false
'metrics':
'userId': 'e31a97b67a24d6f167e790f4438b2b7f86422ca7'
'editor':
'fontFamily': 'Menlo'
'softWrap': true
'fontSize': 12
'core':
'themes': [
'atom-dark-ui'
'atom-light-syntax'
]
'projectHome': '/Users/sjs/Projects'
'useReactEditor': true
'markdown-preview':
'grammars': [
'source.gfm'
'source.litcoffee'
'text.plain'
'text.plain.null-grammar'
]

1
atom/config.cson Symbolic link
View file

@ -0,0 +1 @@
/Users/sjs/Dropbox/Mackup/.atom/config.cson

View file

@ -1,14 +0,0 @@
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to make opened Markdown files always be soft wrapped:
#
# path = require 'path'
#
# atom.workspaceView.eachEditorView (editorView) ->
# editor = editorView.getEditor()
# if path.extname(editor.getPath()) is '.md'
# editor.setSoftWrap(true)

1
atom/init.coffee Symbolic link
View file

@ -0,0 +1 @@
/Users/sjs/Dropbox/Mackup/.atom/init.coffee

View file

@ -1,18 +0,0 @@
# Your keymap
#
# Atom keymaps work similarly to stylesheets. Just as stylesheets use selectors
# to apply styles to elements, Atom keymaps use selectors to associate
# keystrokes with events in specific contexts.
#
# You can create a new keybinding in this file by typing "key" and then hitting
# tab.
#
# Here's an example taken from Atom's built-in keymap:
#
# '.editor':
# 'enter': 'editor:newline'
#
# 'body':
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#

1
atom/keymap.cson Symbolic link
View file

@ -0,0 +1 @@
/Users/sjs/Dropbox/Mackup/.atom/keymap.cson

View file

@ -1,15 +0,0 @@
# Your snippets
#
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to
# expand the prefix into a larger code block with templated values.
#
# You can create a new snippet in this file by typing "snip" and then hitting
# tab.
#
# An example CoffeeScript snippet to expand log to console.log:
#
# '.source.coffee':
# 'Console log':
# 'prefix': 'log'
# 'body': 'console.log $1'
#

1
atom/snippets.cson Symbolic link
View file

@ -0,0 +1 @@
/Users/sjs/Dropbox/Mackup/.atom/snippets.cson

View file

@ -1,21 +0,0 @@
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
.tree-view {
}
.editor {
}
.editor .cursor {
}

1
atom/styles.less Symbolic link
View file

@ -0,0 +1 @@
/Users/sjs/Dropbox/Mackup/.atom/styles.less