diff options
| author | Chinmaya Nagpal <chinmaya1011@gmail.com> | 2022-08-08 11:20:49 +0530 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2022-08-09 14:50:21 +0800 |
| commit | c1ede88de9b09f280e4a37c671b6dd540bf1028a (patch) | |
| tree | 48b132ae3681a4015bbbccb4dcf300905c8414ad | |
| parent | c08e12cf79c97d78027aecd4e87e8a9dd6f0b39d (diff) | |
Propertize Misc section correctly
| -rw-r--r-- | modes/mu4e/evil-collection-mu4e.el | 2 |
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. |
