This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
;; The app tag is kind of like global scope. You assign behaviors that affect | |
;; all of Light Table to it. | |
[:app :lt.objs.style/set-skin "dark"] | |
[:app :lt.objs.plugins/load-js "user_compiled.js"] | |
[:app :lt.objs.langs.julia/julia-path "C:\\Users\\Mike\\Julia 0.3.0-prerelease\\bin\\julia.exe"] | |
;; The editor tag is applied to all editors | |
[:editor :lt.objs.editor/no-wrap] | |
[:editor :lt.objs.style/set-theme "june"] |