From 71baa2e50bad38fd32751d64af08d11debda358f Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Thu, 11 Oct 2018 12:00:26 +1100 Subject: [PATCH] mpp & performance improvements for atom --- atom/.atom/config.cson | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/atom/.atom/config.cson b/atom/.atom/config.cson index 30fa93f..5caf114 100644 --- a/atom/.atom/config.cson +++ b/atom/.atom/config.cson @@ -10,6 +10,11 @@ autoHideMenuBar: true disabledPackages: [ "markdown-preview" + "background-tips" + "github" + "open-on-github" + "autocomplete-plus" + "metrics" ] telemetryConsent: "no" editor: @@ -24,6 +29,9 @@ "markdown-preview": breakOnSingleNewline: true "markdown-preview-plus": + importPackageStyles: [ + "*" + ] markdownItConfig: {} mathConfig: enableLatexRenderingByDefault: true @@ -55,6 +63,7 @@ "text.plain" "text.plain.null-grammar" "text.tex.latex" + "text.markdown" ] knownWords: [ "Lorimer" -- 2.49.0