summaryrefslogtreecommitdiff
path: root/modeline.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-01-21 23:52:21 +0800
committerJSDurand <mmemmew@gmail.com>2021-01-22 00:01:20 +0800
commit588b6031e152b031be1dee04c7b38938ea7eb706 (patch)
treeed25c53f4e1ece59f97ecbff19cb2325bf01baf3 /modeline.el
parent53db9402916822e673b3b49fcba26537e2416b59 (diff)
Regular updates
In the course of configuring Emacs there are numerous changes to make. This is one regular step.
Diffstat (limited to 'modeline.el')
-rw-r--r--modeline.el2
1 files changed, 1 insertions, 1 deletions
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)))