From fd7b2dbe4528f8cf0da3ed25818073c5562c9770 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sat, 3 Aug 2019 14:42:12 +0800 Subject: [PATCH] Refactor. --- doom-modeline-segments.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 94f58d6..0e9d2af 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -539,7 +539,7 @@ mouse-1: Display minor modes menu" (doom-modeline-spc)) (concat (propertize (replace-regexp-in-string - (regexp-quote "%") "%%%%" + "%" "%%%%" (format-mode-line minor-mode-alist) t t) 'face face)