branch: elpa/symbol-overlay
commit 03e94a9a64037e514c76705005b032eeca5484d9
Author: wolray <[email protected]>
Commit: wolray <[email protected]>
fix the image
---
readme.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
index 8d94a1d796..1dbaa7ed91 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,8 @@
# 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`.