emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 7a717fc605: [Docs] Add a note about merging multiple


From: ELPA Syncer
Subject: [nongnu] elpa/cider 7a717fc605: [Docs] Add a note about merging multiple documentation sources with Eldoc
Date: Mon, 13 Mar 2023 12:59:57 -0400 (EDT)

branch: elpa/cider
commit 7a717fc605f8904984724b7fd9a14769b90b65b8
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    [Docs] Add a note about merging multiple documentation sources with Eldoc
---
 doc/modules/ROOT/pages/config/eldoc.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/modules/ROOT/pages/config/eldoc.adoc 
b/doc/modules/ROOT/pages/config/eldoc.adoc
index 1f060a034b..af63adf385 100644
--- a/doc/modules/ROOT/pages/config/eldoc.adoc
+++ b/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
 ----
 (remove-hook 'eldoc-documentation-functions #'cider-eldoc)
 ----
+
+TIP: If you're dealing with a lot of packages providing some ElDoc integration
+it's a good idea to learn about
+https://www.masteringemacs.org/article/seamlessly-merge-multiple-documentation-sources-eldoc[merging
+multiple documentation sources with ElDoc]. In brief - Emacs 28 added support
+for multiple documentation backends. Now you can read error messages from your
+linter or compiler *and* see code documentation at the same time. Cool stuff!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]