Oleh Krehel

Results 349 comments of Oleh Krehel

@sooheon Thanks, I've made it better for your use case. You no longer need to modify `~/.clojure/deps.edn`. Please test.

Thanks, closing. If any issues pop up, please let me know.

This is a problem with `evil-repeat`, I think. Here's the history of arguments passed to `lispy-parens` after repeating your recipe: (nil (4)) The first `(4)` is for the original call,...

> let bindings escaping into "global namespace" This is a feature, not a bug. The variables aren't escaping into "global namespace", that's why `cider-eval` still works correctly. This feature binds...

> Returned strings are displayed un-stringified Can't reproduce: ```clojure (let [xs ["100"]] (first xs)) ;; => "100" ``` I think I went through all the reported bugs. Please close the...

Thanks. I've added the 0e binding to remove most of the pain, now that you know what's going on. Next, we could add some documentation. I was thinking of some...

> using `(position)` to determine context OK, I can reproduce. But fixing this needs a rewrite of `reval` API. This will take me some time.

I think it's fine to introduce `lispy--insert-replace-alist-janet`. Please PR if possible.

I always use the default `(setq cursor-type t)` which is a box, and `show-paren-mode`. It does not look weird, since that's how the cursor always looks like in Emacs. Advising...