remove atom
This commit is contained in:
parent
b2baf74394
commit
4905a31029
11 changed files with 0 additions and 95 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
'exception-reporting':
|
|
||||||
'userId': 'f0959d78-91dc-bebd-b8b1-bb94795b687f'
|
|
||||||
'release-notes':
|
|
||||||
'viewedVersion': '0.69.0'
|
|
||||||
'welcome':
|
|
||||||
'showOnStartup': false
|
|
||||||
'metrics':
|
|
||||||
'userId': 'e6c49abe1bf808251a71b7c40e037c6011a379fb'
|
|
||||||
'editor':
|
|
||||||
'fontSize': 14
|
|
||||||
'fontFamily': 'Menlo'
|
|
||||||
'core':
|
|
||||||
'themes': [
|
|
||||||
'atom-dark-ui'
|
|
||||||
'atom-dark-syntax'
|
|
||||||
]
|
|
||||||
'ignoredNames': [
|
|
||||||
'.git'
|
|
||||||
'.svn'
|
|
||||||
'.DS_Store'
|
|
||||||
]
|
|
||||||
|
|
@ -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,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 +0,0 @@
|
||||||
All packages in this directory will be automatically loaded
|
|
||||||
|
|
@ -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,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 +0,0 @@
|
||||||
/Users/sjs/Dropbox/Mackup/.atom/config.cson
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/Users/sjs/Dropbox/Mackup/.atom/init.coffee
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/Users/sjs/Dropbox/Mackup/.atom/keymap.cson
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/Users/sjs/Dropbox/Mackup/.atom/snippets.cson
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/Users/sjs/Dropbox/Mackup/.atom/styles.less
|
|
||||||
Loading…
Reference in a new issue