This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-25
Channels
- # announcements (2)
- # asami (16)
- # babashka (55)
- # beginners (27)
- # calva (14)
- # cider (5)
- # clj-kondo (16)
- # cljs-dev (22)
- # clojure (72)
- # clojure-europe (89)
- # clojure-nl (10)
- # clojure-uk (7)
- # clojured (1)
- # clojurescript (14)
- # community-development (4)
- # core-async (15)
- # emacs (10)
- # events (2)
- # fulcro (3)
- # graalvm (1)
- # graalvm-mobile (71)
- # helix (7)
- # honeysql (2)
- # introduce-yourself (1)
- # jobs-discuss (17)
- # juxt (3)
- # lsp (62)
- # malli (13)
- # meander (7)
- # off-topic (14)
- # pathom (54)
- # polylith (6)
- # re-frame (11)
- # releases (1)
- # sci (22)
- # sql (9)
- # tools-deps (84)
- # vim (37)
- # xtdb (18)
Does anyone else have an issue with eldoc in combination with cider/lsp? When I type the mini buffer very briefly shows the function signature, and the quickly switches over to what I just typed (in a different font) which is rather distracting. Turning off eldoc mode "fixes" it, but I was wondering if there is a better solution (dotfile https://github.com/joelkuiper/dotfiles/blob/master/emacs)
the behavior in question
yeah that is my guess as well, I'd be happy with either of them ... just not both at the same time, but not sure about the appropriate flag to disable that behavior (or if anyone else ran into the same issue!)
maybe disable the cider one with (setq cider-eldoc-display-for-symbol-at-point nil)
?
it seems to work for me, I'll probably add to https://emacs-lsp.github.io/lsp-mode/tutorials/clojure-guide/
I'll check it out, thanks!