branch: elpa/symbol-overlay
commit 368af27599b5b8eb6714dcf801b79e57791919e7
Author: wolray <[email protected]>
Commit: wolray <[email protected]>
fix the image
---
readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
index 1dbaa7ed91..1836f8737b 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
# Symbol Overlay
<p align="center">
- <src="screenshot.png">
+ 
</p>
Highlight symbols with overlays while providing a keymap for various
operations about highlighted symbols. It was originally inspired by the
package `highlight-symbol`. The fundamental difference is that in
`symbol-overlay` every symbol is highlighted by the Emacs built-in function
`overlay-put` rather than the `font-lock` mechanism used in `highlight-symbol`.