From 31dad2c914f87108d7eb57e705eec89ec79d2a9d Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Tue, 2 Feb 2016 20:53:04 -0600 Subject: [PATCH] ignore --- .atom/config.cson | 13 ++++++++----- .gitignore | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.atom/config.cson b/.atom/config.cson index c7124570..589758c5 100644 --- a/.atom/config.cson +++ b/.atom/config.cson @@ -1,10 +1,13 @@ "*": + core: + disabledPackages: [ + "minimap" + ] + editor: + invisibles: {} + softWrap: true "exception-reporting": userId: "0c2859be-86fc-00f8-5fb3-112e10187f0a" + minimap: {} welcome: showOnStartup: false - core: {} - editor: - invisibles: {} - softWrap: true - fontSize: 25 diff --git a/.gitignore b/.gitignore index 56064c52..4d3ae8a0 100644 --- a/.gitignore +++ b/.gitignore @@ -530,3 +530,4 @@ Secrets/ .xsel.log .elm/ .spamassassin/ +.atom/blob-store/