Skip to content

Instantly share code, notes, and snippets.

@pyrtsa
Created February 28, 2014 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyrtsa/9277551 to your computer and use it in GitHub Desktop.
Save pyrtsa/9277551 to your computer and use it in GitHub Desktop.
LightTable: Hack for enabling auto-completion of `[]` and `{}` on Finnish keyboard layout, probably others too.
{:+ {:editor {"alt-[" [(:editor.open-pair "[")]
"alt-]" [(:editor.close-pair "]")]
"alt-shift-[" [(:editor.open-pair "{")]
"alt-shift-]" [(:editor.close-pair "}")]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment