Refactor.

This commit is contained in:
Vincent Zhang 2019-08-03 14:42:12 +08:00
parent cf9bfe34a5
commit fd7b2dbe45

View file

@ -539,7 +539,7 @@ mouse-1: Display minor modes menu"
(doom-modeline-spc)) (doom-modeline-spc))
(concat (concat
(propertize (replace-regexp-in-string (propertize (replace-regexp-in-string
(regexp-quote "%") "%%%%" "%" "%%%%"
(format-mode-line minor-mode-alist) (format-mode-line minor-mode-alist)
t t) t t)
'face face) 'face face)