Skip to content

Instantly share code, notes, and snippets.

@Mouvedia
Last active July 4, 2016 05:51
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 Mouvedia/096242ed9f616f932266 to your computer and use it in GitHub Desktop.
Save Mouvedia/096242ed9f616f932266 to your computer and use it in GitHub Desktop.
behaviors
[
[: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