Clojure-Kit
Clojure-Kit copied to clipboard
load-file: HowTo
I did not find a place to ask questions, so I use an issue for it. I'm looking for a command to load a clojure file into the REPL (IntelliJ). Is this possible or planed? May be the FAQ could be updated for this question. There is a possible workaround by selecting all (with Ctrl-A) and Ctrl-Enter load selected forms into the REPL.
Ctrl+Enter should evaluate the form you are at.
I just noticed that I use the same with Clojure-Kit....
So it seems that i it is Ctrl+A, Ctrl+Enter
thanks