Last active
July 4, 2016 05:51
-
-
Save Mouvedia/096242ed9f616f932266 to your computer and use it in GitHub Desktop.
behaviors
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
[ | |
[:app :-lt.objs.intro/show-intro] | |
[:app :lt.objs.style/set-skin "dark"] | |
[:app :lt.objs.sidebar.workspace/workspace.open-on-start] | |
[:app :lt.objs.app/run-post-init [:window.maximize]] | |
[:app :lt.plugins.gitlight/config {:git-binary "git" :max-history 64}] | |
[:tabset.tab :lt.plugins.user/push-active-tab] | |
[:tabs-extended :lt.plugins.user/last-tab] | |
;; https://github.com/LightTable/LightTable/issues/1459#issuecomment-222838249 | |
[:editor :lt.objs.style/font-settings Hasklig-Light 10 1.2] | |
[:editor :lt.objs.style/set-theme "default"] | |
[:editor :lt.objs.editor/no-wrap] | |
[:editor :lt.objs.editor/fold-gutter] | |
[:editor :lt.objs.editor/line-numbers] | |
[:editor :lt.objs.editor.file/remove-trailing-whitespace] | |
[:editor :lt.objs.editor/set-rulers [{:color "#5f5f5f" :column 80 :lineStyle "dotted"}]] | |
[:editor :lt.plugins.trail-whitespace/show-trailing-whitespace] | |
[:editor :lt.plugins.emacs/activate-emacs] | |
[:editor.file-backed :-lt.objs.editor.file/last-char-newline] | |
[:editor.javascript :lt.plugins.jshint/on-save] | |
[:editor.javascript :lt.plugins.jshint/jshint-options { | |
:browser true, | |
:esnext true, | |
:node true, | |
:moz true, | |
:eqeqeq false, | |
:expr true, | |
:lastsemic true, | |
:laxcomma true, | |
:eqnull true, | |
:-W030 false, | |
:-W053 false, | |
:-W058 false, | |
:-W086 true | |
} | |
] | |
; [:editor :lt.objs.editor/autoclose-brackets] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment