From 8af6cb74f6f94ec863076966fd3b2d85ce386b02 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 13 Jul 2018 11:15:13 +0800 Subject: [PATCH] Fix #11: undefined function doom-modeline-fix-anzu-count. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index 720ab18..5abb300 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -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