Mu4e: Remove duplicate + in function name
This commit is contained in:
parent
2a2f8bfbac
commit
a75bace498
2 changed files with 5 additions and 5 deletions
|
@ -96,12 +96,12 @@
|
|||
|
||||
(defun +mu4e-header-colourise (str)
|
||||
(let* ((str-sum (apply #'+ (mapcar (lambda (c) (% c 3)) str)))
|
||||
(colour (nth (% str-sum (length ++mu4e-header-colourised-faces))
|
||||
++mu4e-header-colourised-faces)))
|
||||
(colour (nth (% str-sum (length +mu4e-header-colourised-faces))
|
||||
+mu4e-header-colourised-faces)))
|
||||
(put-text-property 0 (length str) 'face colour str)
|
||||
str))
|
||||
|
||||
(defvar ++mu4e-header-colourised-faces
|
||||
(defvar +mu4e-header-colourised-faces
|
||||
'(all-the-icons-lblue
|
||||
all-the-icons-purple
|
||||
all-the-icons-blue-alt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue