summaryrefslogtreecommitdiff
path: root/modes/mu4e
diff options
context:
space:
mode:
authorChinmaya Nagpal <chinmaya1011@gmail.com>2022-08-08 11:20:49 +0530
committerYoumu <condy0919@gmail.com>2022-08-09 14:50:21 +0800
commitc1ede88de9b09f280e4a37c671b6dd540bf1028a (patch)
tree48b132ae3681a4015bbbccb4dcf300905c8414ad /modes/mu4e
parentc08e12cf79c97d78027aecd4e87e8a9dd6f0b39d (diff)
Propertize Misc section correctly
Diffstat (limited to 'modes/mu4e')
-rw-r--r--modes/mu4e/evil-collection-mu4e.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el
index 8d04ff7..db75f7a 100644
--- a/modes/mu4e/evil-collection-mu4e.el
+++ b/modes/mu4e/evil-collection-mu4e.el
@@ -369,7 +369,7 @@ with older release versions of `mu4e.'"
count))
"")
"\n"))
- "\n Misc"))
+(propertize "\n Misc" 'face 'mu4e-title-face)))
(defun evil-collection-mu4e-replace-region (new-region start end)
"Replace region between START and END with NEW-REGION.