mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
~/.atomicity => ~/.atom
This commit is contained in:
@@ -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"
|
||||
atom.settings.load "~/.atom/settings.coffee"
|
||||
atom.keybinder.load "~/.atom/key-bindings.coffee"
|
||||
Reference in New Issue
Block a user