Fork me on GitHub
#cider
<
2017-03-24
>
bozhidar11:03:39

@daveliepmann file a ticket, please, and we’ll this in greater detail there. Right now I’m not even quit sure what you’re referring to.

bozhidar11:03:00

@richiardiandrea see the list of enabled backends, I’m guessing it should be apparent then which is the causing this. It’s not CIDER-related for sure.

richiardiandrea14:03:22

Yep no cider related ;)

richiardiandrea18:03:45

@bozhidar maybe I am missing a piece of the puzzle, but is there anything like this for clojure-mode? https://github.com/company-mode/company-mode/blob/master/company-elisp.el

richiardiandrea19:03:41

Thanks for the above, I wonder if clojure-mode should have a layer for completion that is the filled in by cider when in cider or by inf-clojure when there. Or probably I just need a function that avoids completion in docstring and comments while in inf-clojure. That should definitely be part of clojure-mode as the above for elisp