mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix #11: undefined function doom-modeline-fix-anzu-count.
This commit is contained in:
parent
a020a1e021
commit
8af6cb74f6
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ If STRICT-P, return nil if no project was found, otherwise return
|
|||
anzu-minimum-input-length 1
|
||||
anzu-search-threshold 250)
|
||||
|
||||
(eval-when-compile
|
||||
(eval-and-compile
|
||||
(defun doom-modeline-fix-anzu-count (positions here)
|
||||
(cl-loop for (start . end) in positions
|
||||
collect t into before
|
||||
|
|
Loading…
Reference in a new issue