branch: elpa/symbol-overlay
commit f4fac7d541aaa589649fea5bd33b6cda31225652
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 1836f8737b..87eaf5f583 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
# Symbol Overlay
<p align="center">
- 
+ <img 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`.