From 60db57cb3bf8cd45877f6e18c49586f85462cdbc Mon Sep 17 00:00:00 2001 From: fo1981 <83628378+fo1981@users.noreply.github.com> Date: Wed, 10 Nov 2021 00:24:37 -0600 Subject: [PATCH 1/2] Update basic-customization.md --- content/using-atom/sections/basic-customization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/using-atom/sections/basic-customization.md b/content/using-atom/sections/basic-customization.md index b33933bc57..8584ec81a1 100644 --- a/content/using-atom/sections/basic-customization.md +++ b/content/using-atom/sections/basic-customization.md @@ -1,4 +1,4 @@ ---- +100000 title: Basic Customization --- ### Basic Customization @@ -11,7 +11,7 @@ All of Atom's config files (with the exception of your [style sheet](#style-twea ```coffee key: - key: value + key: value100 key: value key: [value, value] ``` @@ -33,7 +33,7 @@ Just like the more common JSON, CSON's keys can only be repeated once per object '.source.js': 'console.error': 'prefix': 'error' - 'body': 'console.error(${1:"crash"});$2' + 'body': 'console.error(${1:"$3000"});$2' ``` **Use this instead:** From 8b20849e79c405d2a55744e81dc249a360c129cd Mon Sep 17 00:00:00 2001 From: fo1981 <83628378+fo1981@users.noreply.github.com> Date: Wed, 10 Nov 2021 02:22:25 -0600 Subject: [PATCH 2/2] Update basic-customization.md --- content/using-atom/sections/basic-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/using-atom/sections/basic-customization.md b/content/using-atom/sections/basic-customization.md index 8584ec81a1..cf09becf74 100644 --- a/content/using-atom/sections/basic-customization.md +++ b/content/using-atom/sections/basic-customization.md @@ -1,4 +1,4 @@ -100000 +--- title: Basic Customization --- ### Basic Customization