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:
parent
6e1f91e10f
commit
a99939657b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue