From ffeb839b2422e2b44e21ce55c27e889cbb1e4f24 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 15 Feb 2016 15:56:34 +0000 Subject: [PATCH] Modify atom config --- atom/config.cson | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atom/config.cson b/atom/config.cson index d4f0f12..9057cd8 100644 --- a/atom/config.cson +++ b/atom/config.cson @@ -14,7 +14,7 @@ "monokai" ] editor: - fontSize: 15 + fontSize: 13 invisibles: tab: "-" scrollPastEnd: true @@ -46,6 +46,8 @@ minimap: plugins: "highlight-selected": true + pigments: + markerType: "outline" "tree-view": {} welcome: showOnStartup: false