Mu4e: Replace stray setq with defvar and docstring
This commit is contained in:
parent
b20b233986
commit
abe2ac28c0
1 changed files with 9 additions and 7 deletions
|
@ -99,13 +99,15 @@
|
||||||
(add-to-list 'mu4e-bookmarks
|
(add-to-list 'mu4e-bookmarks
|
||||||
'(:name "Flagged messages" :query "flag:flagged" :key ?f) t)
|
'(:name "Flagged messages" :query "flag:flagged" :key ?f) t)
|
||||||
|
|
||||||
(setq +mu4e-header-colorized-faces
|
;; TODO avoid assuming that all-the-icons is present
|
||||||
|
(defvar +mu4e-header-colorized-faces
|
||||||
'(all-the-icons-green
|
'(all-the-icons-green
|
||||||
all-the-icons-lblue
|
all-the-icons-lblue
|
||||||
all-the-icons-purple-alt
|
all-the-icons-purple-alt
|
||||||
all-the-icons-blue-alt
|
all-the-icons-blue-alt
|
||||||
all-the-icons-purple
|
all-the-icons-purple
|
||||||
all-the-icons-yellow))
|
all-the-icons-yellow)
|
||||||
|
"Faces to use when coloring folders and account stripes.")
|
||||||
|
|
||||||
;; Add a column to display what email account the email belongs to,
|
;; Add a column to display what email account the email belongs to,
|
||||||
;; and an account color stripe column
|
;; and an account color stripe column
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue