From b30316c6b11425b856896e633ad1ddccbc2463b9 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 2 May 2012 17:27:19 +0300 Subject: [PATCH] * mu4e-vars.el: add a mu4e 'logo' string --- emacs/mu4e-vars.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/emacs/mu4e-vars.el b/emacs/mu4e-vars.el index 90e230a0..90e6e9b6 100644 --- a/emacs/mu4e-vars.el +++ b/emacs/mu4e-vars.el @@ -576,14 +576,14 @@ flag set)." headers)." :group 'mu4e-faces) - -(defconst mu4e-logo - (concat - (propertize "mu" 'face 'font-lock-builtin-face) - (propertize "4" 'face 'font-lock-constant-face) - (propertize "e" 'face 'font-lock-string-face)) +(defconst mu4e-logo + (propertize "mu4e" 'face 'mu4e-title-face) "A propertized string for the mu4e 'logo'.") +(defconst mu4e-prefix + (concat "[" mu4e-logo "]") + "Prefix for mu4e minibuffer input.") + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; internal variables / constants