Skip to content

Instantly share code, notes, and snippets.

@burn2delete
Created December 3, 2015 19:33
Show Gist options
  • Save burn2delete/799867c76793469cb20a to your computer and use it in GitHub Desktop.
Save burn2delete/799867c76793469cb20a to your computer and use it in GitHub Desktop.
Lighttable - user.behaviors config
[
[:app :lt.objs.style/set-skin "dark"]
[:app :lt.objs.plugins/load-js "user_compiled.js"]
[:editor :lt.objs.editor/no-wrap]
[:editor :lt.objs.style/set-theme "default"]
[:editor.clojure :lt.plugins.clojure/print-length 1000]
[:user.hello :lt.plugins.user/on-close-destroy]
[:app :-lt.objs.intro/show-intro]
[:app :lt.objs.app/run-post-init [:window.fullscreen]]
[:files :lt.objs.files/file-types [{:exts [:hl :hl_], :mime "text/x-clojure", :name "hl", :tags [:editor.clj]}
{:exts [:boot], :mime "text/x-clojure", :name "boot", :tags [:editor.clj]}]]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment