From c78580d644b097e6332ab92fc4b561dcdf2736af Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 10 Apr 2026 10:25:20 -0400 Subject: [PATCH] Colourize the other contexts --- global.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.org b/global.org index 19a2e78..3c1b7b9 100644 --- a/global.org +++ b/global.org @@ -1148,7 +1148,7 @@ "Professor · U Toronto\n")))) ,(make-mu4e-context - :name "JMD Editor" + :name (propertize "JMD Editor" 'face 'org-level-2) :enter-func (lambda () (mu4e-message "Switch to the JMD Editor context")) :leave-func @@ -1171,7 +1171,7 @@ "Editor for JMD\n" "Professor · U Toronto\n")))) ,(make-mu4e-context - :name "AMQ Editor" + :name (propertize "AMQ Editor" 'face 'org-level-3) :enter-func (lambda () (mu4e-message "Switch to the AMQ Editor context")) :leave-func