Files
atom/extensions/dotatom/index.coffee
Chris Wanstrath 4adf3b31d4 whitespace 💄
2011-11-25 23:25:56 -08:00

12 lines
260 B
CoffeeScript

fs = require 'fs'
module.exports =
class Dotatom
constructor: ->
try
require "~/.atom"
catch e
console.log 'No ~/.atom module found.'
atom.settings.load "~/.atom/settings.coffee"
atom.keybinder.load "~/.atom/key-bindings.coffee"