diff --git a/extensions/dotatom/index.coffee b/extensions/dotatom/index.coffee index 6095edaa9..a21a18a33 100644 --- a/extensions/dotatom/index.coffee +++ b/extensions/dotatom/index.coffee @@ -4,9 +4,9 @@ module.exports = class Dotatom constructor: -> try - require "~/.atomicity" + require "~/.atom" catch e - console.log 'No ~/.atomicity module found.' + console.log 'No ~/.atom module found.' - atom.settings.load "~/.atomicity/settings.coffee" - atom.keybinder.load "~/.atomicity/key-bindings.coffee" \ No newline at end of file + atom.settings.load "~/.atom/settings.coffee" + atom.keybinder.load "~/.atom/key-bindings.coffee" \ No newline at end of file