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

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

[elpa] externals/consult-hoogle 04940b0e62 02/21: Quote fix


From: ELPA Syncer
Subject: [elpa] externals/consult-hoogle 04940b0e62 02/21: Quote fix
Date: Sun, 4 Feb 2024 12:57:52 -0500 (EST)

branch: externals/consult-hoogle
commit 04940b0e6251d88a6a8e123a9a77a604176040b4
Author: Rahguzar <aikrahguzar@gmail.com>
Commit: Rahguzar <aikrahguzar@gmail.com>

    Quote fix
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 883860d964..a0f6e4859c 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@
 Use `M-x consult-hoogle` to begin a hoogle search. The resulting interface 
looks like this:
 ![Screenshot](consult-hoogle.png)
 
-By default it shows the documentation of the selected candidate in a separate 
window. The documentation window can be turned by calling `consult-hoogle` with 
a prefix arg. Where the documentation window appears can be configured by 
adding an entry to `display-buffer-alist` for " *Hoogle Documentation*".
+By default it shows the documentation of the selected candidate in a separate 
window. The documentation window can be turned by calling `consult-hoogle` with 
a prefix arg. Where the documentation window appears can be configured by 
adding an entry to `display-buffer-alist` for `" *Hoogle Documentation*"`.
 
 If you are using [vertico](https://github.com/minad/vertico) along with 
extensions, then using `vertico-buffer-mode`, the candidates and the 
documentation window can be arranged to appear side by side.
 ![Screenshot](consult-hoogle-buffer.png)
-This will likely require configuring `display-buffer-alist` for 
"*vertico-buffer*" as well as " *Hoogle Documentation*". Using 
`vertico-buffer-mode` only for this command can be done using 
`vertico-multiform-mode`.
+This will likely require configuring `display-buffer-alist` for 
`"*vertico-buffer*"` as well as `" *Hoogle Documentation*"`. Using 
`vertico-buffer-mode` only for this command can be done using 
`vertico-multiform-mode`.



reply via email to

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