do you guys know which package does the flycheck for clojure files? I am having a problem where only clojure files display a popup on error (while lisp files, for instance do not)
answering to myself - I probably am using flycheck-clj-kondo
just realized the popup only shows up when the REPL is going
yeah I was in a thread - probably some message slipped but thanks for the reminder
Please use a single thread instead of multiple messages related to the same problem.
can anybody point me (and I can dig) where this is done? cider? clojure-mode?
Flycheck is probably connected to clojure-lsp if you have not set it up separately.
hmm no I am using only cider and clojure-mode in there
Interesting. I don't think Cider pulls in flycheck, but that might have passed me by unnoticed of course.
Maybe you could grep your elpa-folder and look for it that way.
maybe it is not related to cider actually
https://www.reddit.com/r/emacs/comments/1i3mipt/avoid_tooltip_out_of_frame_on_mouse_hover/
I realized I had (cider-use-tooltips nil "Do not use tooltips") so this must be something else
isn't that a variable? (i.e. should be`(setq cider-use-tooltips nil)`)
that's what I have at least
Sorry @gentkr that's the same variable but within use-package (I got lazy to change it 😄)