branch: externals/indent-bars
commit 8228e900b7ccf4d57973a9f3d3df1eecb6f1a5e2
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

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

diff --git a/README.md b/README.md
index cd036ef217..84d10c3bf7 100644
--- a/README.md
+++ b/README.md
@@ -270,11 +270,9 @@ Please document good tree-sitter settings for other 
languages in the [Wiki](http
 
 ### Unwanted `:stipple` appearance on popups/overlays/etc.
 
-`indent-bars` by default uses `:stipple` face attributes, which have only 
rarely been used in Emacs in recent decades.  Consequently, some packages which 
inherit the face of underlying text while adding styled overlays, popups, etc. 
to the buffer neglect to guard against the presence of `:stipple` (e.g. #67, 
#73).
+`indent-bars` by default uses `:stipple` face attributes, which have only 
rarely been used in Emacs in recent decades.  Consequently, some packages which 
inherit the face of underlying text while adding styled overlays, popups, etc. 
to the buffer neglect to guard against the presence of `:stipple` (e.g. 
[this](../../issues/67), or [this](../../issues/73)).  If you encounter 
unwanted bar patterns on text added to your buffer by other packages as seen in 
these issues, contact the other pac [...]
 
-If you encounter unwanted bar patterns on text added to your buffer by other 
packages, like 
[this](https://private-user-images.githubusercontent.com/3067229/371619796-898f9c20-64ef-451b-b008-2ccf3ffb804b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc5NTk3MTEsIm5iZiI6MTcyNzk1OTQxMSwicGF0aCI6Ii8zMDY3MjI5LzM3MTYxOTc5Ni04OThmOWMyMC02NGVmLTQ1MWItYjAwOC0yY2NmM2ZmYjgwNGIucG5nP1gtQW16LUFsZ29yaXR
 [...]
-
-Sometimes this can be worked around yourself by explicitly setting stipple to 
nil in appropriate faces, like:
+Sometimes this can be worked around yourself by explicitly setting stipple to 
`nil` in appropriate faces, like:
 
 ```elisp
 (set-face-attribute face nil :stipple nil)

Reply via email to