branch: elpa/anzu
commit 218a63ce47b17eb355a27fccfc480758161f301f
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Highlight code and add screenshot explanation
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index df472e4a94..f123441313 100644
--- a/README.md
+++ b/README.md
@@ -52,12 +52,13 @@ Set `nil` if you want to display anzu information at any 
posion in mode-line.
 
 For example, show search information tail of `minor-mode-alist`
 
-```
+```lisp
 (setq anzu-cons-mode-line-p nil)
 (setcar (cdr (assq 'isearch-mode minor-mode-alist))
         '(:eval (anzu--update-mode-line)))
 ```
 
+Screenshot
 ![anzu-any-position](image/anzu-any-position.png)
 
 

Reply via email to