Skip to content

Instantly share code, notes, and snippets.

@jirkapenzes
Last active August 29, 2015 14:14
Show Gist options
  • Save jirkapenzes/e0a901dbc6ff4dd25c12 to your computer and use it in GitHub Desktop.
Save jirkapenzes/e0a901dbc6ff4dd25c12 to your computer and use it in GitHub Desktop.
LightTable settings
;; File is backed up at /Users/jpenzes/Library/Application Support/LightTable/User/user.behaviors.bak
[
[:app :lt.objs.style/set-skin "dark"]
[:app :lt.objs.style/font-settings "consolas" "9" "1.5"]
;;[:app :lt.objs.app/set-default-zoom-level "-0.5"]
[:app :lt.objs.settings/pair-keymap-diffs]
[:editor :lt.objs.editor/no-wrap]
[:editor :lt.objs.editor/line-numbers true]
[:editor :lt.objs.editor/tab-settings false 2 2]
[:editor.html :lt.objs.editor/tab-settings false 2 2]
[:editor :lt.objs.style/set-theme "base16-ocean-dark"]
[:editor :lt.plugins.auto-complete/auto-show-on-input]
[:editor.clojure :lt.plugins.clojure/print-length 1000]
]
[
[:editor "alt-shift-w" :editor.watch.unwatch]
[:editor "alt-w" :editor.watch.watch-selection]
[:app "cmd-shift-e" [:clear-console :clear-inline-results]]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment