Skip to content

Instantly share code, notes, and snippets.

@barlog-m
Last active August 29, 2015 14:26
Show Gist options
  • Save barlog-m/668a531780d2ecb2e729 to your computer and use it in GitHub Desktop.
Save barlog-m/668a531780d2ecb2e729 to your computer and use it in GitHub Desktop.
gorilla-repl
; lein gorilla :port 9000
(defproject gorilla-repl "0.1-SNAPSHOT"
:plugins [[lein-gorilla "0.3.4"]]
:main ^:skip-aot gorilla-repl.core
:profiles {:user {:gorilla-options {:keymap {"command:evaluator:evaluate" "command+enter"}}}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment