Skip to content

Instantly share code, notes, and snippets.

@ibdknox
Created October 21, 2013 20:24
Show Gist options
  • Save ibdknox/7090341 to your computer and use it in GitHub Desktop.
Save ibdknox/7090341 to your computer and use it in GitHub Desktop.
My behaviors file
{:+ {:app [(:lt.objs.style/set-skin "dark")
(:lt.objs.app/run-on-init :window.fullscreen)
(:lt.plugins.vim/map-keys {"-" "$",
"0" "^",
"<BS>" "<PageUp>",
"<Space>" "<PageDown>",
"j" "gj",
"k" "gk"})
(:lt.objs.files/file.ignore-pattern "(^\\..*)|\\.class$|target/|svn|cvs|\\.git|\\.pyc|~|\\.swp|\\.jar|.DS_Store|_site/|_cache/|__pycache__")
:lt.objs.intro/show-new-file
],
:editor [:lt.plugins.vim/activate-vim
:lt.objs.editor/no-wrap
:lt.objs.editor/scroll-past-end
:lt.plugins.auto-complete/auto-show-on-input
(:lt.objs.style/set-theme "ibdknox")],
:editor.aurora [:lt.plugins.rainbow-parens/rainbow-parens]
:editor.clj.instarepl [:lt.plugins.rainbow-parens/rainbow-parens
(:lt.objs.langs.clj/print-length 1000)],
:editor.cljs [:lt.plugins.rainbow-parens/rainbow-parens],
:editor.javascript [(:lt.plugins.jshint/jshint-options {:maxparams false})
:lt.plugins.jshint/on-save],
:editor.markdown [:lt.objs.editor/wrap],
:editor.plaintext [:lt.objs.editor/wrap],
:editor.python [(:lt.objs.style/set-theme "tomorrow-night")],
:editor.wisp [[:lt.object/add-tag :editor.keys.paredit]]
:files [(:lt.objs.files/file-types [{:exts [:aurora],
:mime "text/x-clojurescript",
:name "Aurora",
:tags [:editor.aurora]}])
(:lt.objs.files/file-types [{:exts [:wisp],
:mime "text/x-clojurescript",
:name "Wisp",
:tags [:editor.wisp]}])]},
:- {:app [:lt.objs.intro/show-intro]
:editor [:lt.objs.editor/highlight-current-line]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment