Manuel Grob

Results 2 comments of Manuel Grob

Executing the following code in a Cider REPL with Clojure 1.9 runs without errors: ``` (load-file "/home/user/.emacs.d/elpa/lispy-20180516.826/lispy-clojure.clj") ``` After loading the file, completion works as expected.

@abo-abo No, I used the ordinary `load-file` function. I evaluated your snipped after doing a `cider-jack-in` and get the same result: completion works as expected.