branch: externals/fontaine commit c4ed73d6f4d0b0da3b1be72ddd1e3b2c53170ebc Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add missing header-line from fontaine-faces --- fontaine.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontaine.el b/fontaine.el index 07e446a088..c2d64198f2 100644 --- a/fontaine.el +++ b/fontaine.el @@ -79,7 +79,7 @@ (defconst fontaine-faces '( default fixed-pitch fixed-pitch-serif variable-pitch - mode-line-active mode-line-inactive + mode-line-active mode-line-inactive header-line line-number tab-bar tab-line bold italic) "List of faces with relevant font attributes.")