From 588b6031e152b031be1dee04c7b38938ea7eb706 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 21 Jan 2021 23:52:21 +0800 Subject: Regular updates In the course of configuring Emacs there are numerous changes to make. This is one regular step. --- modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modeline.el') diff --git a/modeline.el b/modeline.el index 46d9080..212db07 100644 --- a/modeline.el +++ b/modeline.el @@ -469,7 +469,7 @@ This will be displayed in the mode line." (concat (modeline-propertize (format-mode-line - "%m" + '("%m" global-mode-string) (cond ((modeline-active-window-p) 'doom-modeline-buffer-major-mode) (t 'mode-line-inactive))) -- cgit v1.2.3-18-g5258