From 7035ccdcd2b00a669c5962012f4573ee6547de9f Mon Sep 17 00:00:00 2001 From: Ivan Zuzak Date: Tue, 4 Mar 2014 14:11:12 +0100 Subject: [PATCH] add CSON link to docs --- docs/customizing-atom.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/customizing-atom.md b/docs/customizing-atom.md index 2bc7a257f..eaaa7ea57 100644 --- a/docs/customizing-atom.md +++ b/docs/customizing-atom.md @@ -86,7 +86,7 @@ currently in use. ## Advanced Configuration Atom loads configuration settings from the `config.cson` file in your _~/.atom_ -directory, which contains CoffeeScript-style JSON: +directory, which contains [CoffeeScript-style JSON][CSON] (CSON): ```coffee 'core': @@ -174,3 +174,4 @@ This file can also be named _styles.css_ and contain CSS. [creating-a-package]: creating-a-package.md [create-theme]: creating-a-theme.md [LESS]: http://www.lesscss.org +[CSON]: https://github.com/bevry/cson