branch: externals/ef-themes
commit c89189d722fbfdd274708fcade55ecfc9e706af5
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make info-header-xref not have an underline
    
    It does not look nice on the header line.
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index dc0498ea3b..44a4382594 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1735,6 +1735,7 @@ text should not be underlined as well) yet still blend 
in."
 ;;;; info
     `(Info-quoted ((,c :inherit ef-themes-fixed-pitch :foreground 
,prose-verbatim))) ; the capitalization is canonical
     `(info-header-node ((,c :inherit (shadow bold))))
+    `(info-header-xref ((,c :foreground ,link)))
     `(info-index-match ((,c :inherit match)))
     `(info-menu-header ((,c :inherit bold)))
     `(info-menu-star ((,c :foreground ,red)))

Reply via email to