We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd54061 commit 7a717fcCopy full SHA for 7a717fc
doc/modules/ROOT/pages/config/eldoc.adoc
@@ -73,3 +73,10 @@ If you're using CIDER alongside `clojure-lsp` you might prefer to use `clojure-l
73
----
74
(remove-hook 'eldoc-documentation-functions #'cider-eldoc)
75
76
+
77
+TIP: If you're dealing with a lot of packages providing some ElDoc integration
78
+it's a good idea to learn about
79
+https://www.masteringemacs.org/article/seamlessly-merge-multiple-documentation-sources-eldoc[merging
80
+multiple documentation sources with ElDoc]. In brief - Emacs 28 added support
81
+for multiple documentation backends. Now you can read error messages from your
82
+linter or compiler *and* see code documentation at the same time. Cool stuff!
0 commit comments