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.
This commit is contained in:
William Carroll 2018-07-16 18:34:58 -04:00
parent 6e1f91e10f
commit a99939657b

View file

@ -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";