Files
atom/extensions/dotatom/index.coffee
2012-01-11 13:16:10 -08:00

13 lines
261 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"