Skip to content

Commit 7a717fc

Browse files
committed
[Docs] Add a note about merging multiple documentation sources with Eldoc
1 parent bd54061 commit 7a717fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/modules/ROOT/pages/config/eldoc.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ If you're using CIDER alongside `clojure-lsp` you might prefer to use `clojure-l
7373
----
7474
(remove-hook 'eldoc-documentation-functions #'cider-eldoc)
7575
----
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

Comments
 (0)