remove atom

This commit is contained in:
Sami Samhuri 2016-10-19 19:55:09 -07:00
parent b2baf74394
commit 4905a31029
No known key found for this signature in database
GPG key ID: F76F41F04D99808F
11 changed files with 0 additions and 95 deletions

View file

@ -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'
]

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)

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'
#

View file

@ -1 +0,0 @@
All packages in this directory will be automatically loaded

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'
#

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 {
}

View file

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

View file

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

View file

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

View file

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

View file

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