Lints slate.js
This commit is contained in:
parent
b349a62f33
commit
ed9c2cae0c
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ var modal_key = ":alt;shift";
|
|||
|
||||
// Configs
|
||||
S.cfga({
|
||||
"defaultToCurrentScreen" : true,
|
||||
"secondsBetweenRepeat" : 0.1,
|
||||
"checkDefaultsOnLoad" : true,
|
||||
"focusCheckWidthMax" : 3000
|
||||
defaultToCurrentScreen: true,
|
||||
secondsBetweenRepeat: 0.1,
|
||||
checkDefaultsOnLoad: true,
|
||||
focusCheckWidthMax: 3000,
|
||||
});
|
||||
|
||||
// Window size /position shortcuts
|
||||
|
|
Loading…
Reference in a new issue