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

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

[elpa] externals/embark a3f4549d32: Minimal indicator is not on by defau


From: ELPA Syncer
Subject: [elpa] externals/embark a3f4549d32: Minimal indicator is not on by default
Date: Tue, 30 Jan 2024 12:58:09 -0500 (EST)

branch: externals/embark
commit a3f4549d3292f2d3f71492a3a6f3a08f2f1649f0
Author: Omar Antolín Camarena <omar.antolin@gmail.com>
Commit: Omar Antolín Camarena <omar.antolin@gmail.com>

    Minimal indicator is not on by default
---
 README.org  |  2 +-
 embark.texi | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index a8a3d38ce5..9769c0ac44 100644
--- a/README.org
+++ b/README.org
@@ -456,7 +456,7 @@ Embark comes with the following indicators:
 
 - =embark-minimal-indicator=: shows a messages in the echo area or
   minibuffer prompt showing the current target and the types of all
-  targets starting with the current one; this one is on by default.
+  targets starting with the current one.
 
 - =embark-highlight-indicator=: highlights the target at point;
   also on by default.
diff --git a/embark.texi b/embark.texi
index cc41bf4ec5..56e37853af 100644
--- a/embark.texi
+++ b/embark.texi
@@ -487,9 +487,13 @@ starting configuration:
   ;; Optionally replace the key help with a completing-read interface
   (setq prefix-help-command #'embark-prefix-help-command)
 
-  ;; Show the Embark target at point via Eldoc.  You may adjust the Eldoc
-  ;; strategy, if you want to see the documentation from multiple providers.
-  (add-hook 'eldoc-documentation-functions #'embark-eldoc-first-target)
+  ;; Show the Embark target at point via Eldoc. You may adjust the
+  ;; Eldoc strategy, if you want to see the documentation from
+  ;; multiple providers. Beware that using this can be a little
+  ;; jarring since the message shown in the minibuffer can be more
+  ;; than one line, causing the modeline to move up and down:
+
+  ;; (add-hook 'eldoc-documentation-functions #'embark-eldoc-first-target)
   ;; (setq eldoc-documentation-strategy #'eldoc-documentation-compose-eagerly)
 
   :config
@@ -593,7 +597,7 @@ Embark comes with the following indicators:
 @item
 @samp{embark-minimal-indicator}: shows a messages in the echo area or
 minibuffer prompt showing the current target and the types of all
-targets starting with the current one; this one is on by default.
+targets starting with the current one.
 
 @item
 @samp{embark-highlight-indicator}: highlights the target at point;



reply via email to

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