* mu4e-vars.el: add a mu4e 'logo' string

This commit is contained in:
djcb 2012-05-02 17:27:19 +03:00
parent 70f8cd55d4
commit b30316c6b1
1 changed files with 6 additions and 6 deletions

View File

@ -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