Colourize the other contexts

master
Jacopo De Simoi 2 months ago
parent 2238ef7ca9
commit c78580d644
  1. 4
      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

Loading…
Cancel
Save