From a99939657b47f2a2fb5f7f32362ff7167a590747 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 16 Jul 2018 18:34:58 -0400 Subject: [PATCH] Default to Ergodox being connected Accidentally commited the version of this configuration that has this variable set to false. Since most of the time, this variable should be true, commiting the true version will clean up my git status output. --- configs/os_x/.slate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/os_x/.slate.js b/configs/os_x/.slate.js index 690f065a9..e097d935f 100644 --- a/configs/os_x/.slate.js +++ b/configs/os_x/.slate.js @@ -7,7 +7,7 @@ // unavailable. Slate KBDs. Under these circumstances, potential collisions // with Emacs KBDs is acceptable. -var ergodox_attached = false; +var ergodox_attached = true; var HYPER = ":alt;shift;cmd;ctrl"; var MEH = ":alt;shift;ctrl";