branch: elpa/anzu
commit fb003540df2f9753900c45fdb612d89fd2980c3a
Author: Cedric Porter <[email protected]>
Commit: Cedric Porter <[email protected]>
fix typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f65850eefb..b3f1665d40 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ you propertize string by yourself.
(defun my/anzu-update-func (here total)
(propertize (format "<%d/%d>" here total)
'face '((:foreground "yellow" :weight bold))))
-(setq anzu-mode-line-update-function 'my/update-func)
+(setq anzu-mode-line-update-function my/anzu-update-func)
```
#### `anzu-cons-mode-line-p`(Default is `t`)