From b009b50e81b6c1d0d691505b5f5c0418f559bfc0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 23:19:58 +0100 Subject: Remove Atom config --- atom/config.cson | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 atom/config.cson (limited to 'atom/config.cson') diff --git a/atom/config.cson b/atom/config.cson deleted file mode 100644 index 2871559..0000000 --- a/atom/config.cson +++ /dev/null @@ -1,14 +0,0 @@ -"*": - core: - telemetryConsent: "limited" - themes: [ - "aesthetic-ui" - "one-dark-syntax" - ] - editor: - invisibles: {} - "exception-reporting": - userId: "467c762a-5570-76a2-5d1d-1119485c443c" - "vim-mode": {} - welcome: - showOnStartup: false -- cgit