From 14e4b8ba5a187fc679f14d2837c8440791a436fd Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Thu, 21 Jun 2018 17:40:00 +0800 Subject: [PATCH] Disable anzu modeline. --- doom-modeline.el | 1 + 1 file changed, 1 insertion(+) diff --git a/doom-modeline.el b/doom-modeline.el index b06831c..82245a5 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -735,6 +735,7 @@ lines are selected, or the NxM dimensions of a block selection." (defsubst doom-modeline--anzu () "Show the match index and total number thereof. Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with `evil-search'." + (setq anzu-cons-mode-line-p nil) (when (and anzu--state (not iedit-mode)) (propertize (let ((here anzu--current-position)