* mu4e-vars.el: add a mu4e 'logo' string
This commit is contained in:
@ -576,14 +576,14 @@ flag set)."
|
|||||||
headers)."
|
headers)."
|
||||||
:group 'mu4e-faces)
|
:group 'mu4e-faces)
|
||||||
|
|
||||||
|
(defconst mu4e-logo
|
||||||
(defconst mu4e-logo
|
(propertize "mu4e" 'face 'mu4e-title-face)
|
||||||
(concat
|
|
||||||
(propertize "mu" 'face 'font-lock-builtin-face)
|
|
||||||
(propertize "4" 'face 'font-lock-constant-face)
|
|
||||||
(propertize "e" 'face 'font-lock-string-face))
|
|
||||||
"A propertized string for the mu4e 'logo'.")
|
"A propertized string for the mu4e 'logo'.")
|
||||||
|
|
||||||
|
(defconst mu4e-prefix
|
||||||
|
(concat "[" mu4e-logo "]")
|
||||||
|
"Prefix for mu4e minibuffer input.")
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; internal variables / constants
|
;; internal variables / constants
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user