oliyh / re-jump.el

emacs navigation for re-frame projects
74 stars 7 forks source link

Integrate better with cider #3

Open oliyh opened 6 years ago

oliyh commented 6 years ago

Ideally the same keystroke will check if it looks like a keyword and use re-jump, otherwise fall back to cider

oliyh commented 6 years ago

Also only activate in clojure-mode

adityaathalye commented 3 years ago

Thanks for making this :)

I am having trouble getting it to work with CIDER, probably due to this issue: https://github.com/clojure-emacs/cider/issues/2912

X-posting here for visibility to any other users of re-jump.

oliyh commented 3 years ago

Thanks, I also find that it sometimes simply doesn't work somewhere in the cider/repl layer but I've never looked into it as closely as you. I will follow that other post, thanks.