Merge pull request #667 from dancn/master
mu4e: Fix typo from higl.* to highl.*
This commit is contained in:
@ -813,7 +813,7 @@ user-interaction ongoing."
|
||||
(hl-line-mode 1))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; higlighting
|
||||
;;; highlighting
|
||||
(defvar mu4e~highlighted-docid nil
|
||||
"The highlighted docid")
|
||||
|
||||
|
||||
@ -480,7 +480,7 @@ I.e. a message with the draft flag set."
|
||||
:group 'mu4e-faces)
|
||||
|
||||
(defface mu4e-highlight-face
|
||||
'((t :inherit higlight))
|
||||
'((t :inherit highlight))
|
||||
"Face for highlighting things."
|
||||
:group 'mu4e-faces)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user