diff options
author | William Carroll <wpcarro@gmail.com> | 2018-07-16T22·34-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | a99939657b47f2a2fb5f7f32362ff7167a590747 (patch) | |
tree | cb7c56e4566acc32fa0e56e59322004a2fda4d7f /configs | |
parent | 6e1f91e10fab7a383d0b86cc0968ae1fe1fc1fc4 (diff) |
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.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/os_x/.slate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/os_x/.slate.js b/configs/os_x/.slate.js index 690f065a95ef..e097d935faff 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"; |