From 04641d56437d5aedd3c3f8ca0ba1b87c57f6e1fb Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Thu, 21 Jun 2018 15:45:42 +0800 Subject: [PATCH] Fix typo. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index 4d411da..b06831c 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -204,7 +204,7 @@ If STRICT-P, return nil if no project was found, otherwise return ;; anzu and evil-anzu expose current/total state that can be displayed in the ;; mode-line. -(when (feature 'evil-anzu) +(when (featurep 'evil-anzu) (setq anzu-cons-mode-line-p nil anzu-minimum-input-length 1 anzu-search-threshold 250)