Last active
August 29, 2015 14:26
-
-
Save barlog-m/668a531780d2ecb2e729 to your computer and use it in GitHub Desktop.
gorilla-repl
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
; 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