Merge pull request #92 from tarsius/header-line
* mu4e: mu4e~header-line-format: use same font as in buffer
This commit is contained in:
@ -639,7 +639,7 @@ after the end of the search results."
|
|||||||
(if width
|
(if width
|
||||||
(truncate-string-to-width name width 0 ?\s t)
|
(truncate-string-to-width name width 0 ?\s t)
|
||||||
name)
|
name)
|
||||||
'face (if arrow 'bold 'fixed-pitch)
|
'face (when arrow 'bold)
|
||||||
'help-echo help
|
'help-echo help
|
||||||
'mouse-face (when sortable 'highlight)
|
'mouse-face (when sortable 'highlight)
|
||||||
'keymap (when sortable map)
|
'keymap (when sortable map)
|
||||||
|
|||||||
Reference in New Issue
Block a user