emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/anzu ffcffffc1a 130/288: Merge pull request #26 from cedri


From: ELPA Syncer
Subject: [nongnu] elpa/anzu ffcffffc1a 130/288: Merge pull request #26 from cedricporter/master
Date: Thu, 6 Jan 2022 03:58:46 -0500 (EST)

branch: elpa/anzu
commit ffcffffc1a95e7bd5471ad960861a6e95c52f281
Merge: 11dcdf722f fb003540df
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Merge pull request #26 from cedricporter/master
    
    Fix typo in README.md
---
 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`)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]