diff options
| author | Christophe Troestler <Christophe.Troestler@umons.ac.be> | 2016-08-12 00:06:34 +0200 |
|---|---|---|
| committer | Christophe Troestler <Christophe.Troestler@umons.ac.be> | 2016-08-12 00:11:12 +0200 |
| commit | cec66211f5850199573f27b68f98b0dbcabb63d3 (patch) | |
| tree | 07131b31eb4c348e8dc8ac65ca2231f54f1f83da /mu4e/mu4e-context.el | |
| parent | 744f288431d6a9e3a96bc6dd7c6a30a957c13bc8 (diff) | |
Add a face for displaying the context in the mode-line
Diffstat (limited to 'mu4e/mu4e-context.el')
| -rw-r--r-- | mu4e/mu4e-context.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu4e/mu4e-context.el b/mu4e/mu4e-context.el index f5f8fff..c506f56 100644 --- a/mu4e/mu4e-context.el +++ b/mu4e/mu4e-context.el @@ -47,7 +47,7 @@ describing mu4e's contexts.") (if (mu4e-context-current) (concat "[" (propertize (mu4e~quote-for-modeline (mu4e-context-name (mu4e-context-current))) - 'face 'mu4e-title-face) "]") "")) + 'face 'mu4e-context-face) "]") "")) (defstruct mu4e-context "A mu4e context object with the following members: |
