From 7e23c0ce2b4bc84614c82bbf9b802aed92ede0c9 Mon Sep 17 00:00:00 2001 From: Varanas Date: Fri, 13 Feb 2015 18:45:52 +0100 Subject: [PATCH] arguably better defaults for tabs and pairs because of https://github.com/one-more-minute/Julia-LT/issues/167 and http://discuss.junolab.org/t/german-keyboard/126/10 --- juno.behaviors | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juno.behaviors b/juno.behaviors index 1e64804..571ef77 100644 --- a/juno.behaviors +++ b/juno.behaviors @@ -5,7 +5,7 @@ [:app :lt.objs.langs.julia.proc/connect-on-startup] [:app :lt.object/add-tag :app.june-dark-autocomplete] [:app :lt.objs.langs.julia/light-theme] - [:app :lt.objs.settings/pair-keymap-diffs] + [:app :-lt.objs.settings/pair-keymap-diffs] [:app :lt.plugins.juno.tutorial/tutorial] [:app :-lt.objs.intro/show-intro] @@ -13,7 +13,7 @@ [:editor :lt.objs.editor/line-numbers] [:editor :lt.objs.editor/scroll-past-end] [:editor :lt.objs.langs.julia.patch/backspace-indent] - [:editor :lt.objs.editor/tab-settings false 2 2] + [:editor :lt.objs.editor/tab-settings false 4 4] [:inline :lt.plugins.flow/animate-on-show] [:inline :lt.plugins.flow/clear-mark]