Config is Essential

This commit is contained in:
Ben Ogle
2014-09-16 13:39:43 -07:00
parent dbca4f1b8c
commit f3f4e8f7a3

View File

@@ -6,7 +6,7 @@ path = require 'path'
async = require 'async'
pathWatcher = require 'pathwatcher'
# Public: Used to access all of Atom's configuration details.
# Essential: Used to access all of Atom's configuration details.
#
# An instance of this class is always available as the `atom.config` global.
#