[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/standard-themes 7b0d09058e 1/2: Do not underline the gn
From: |
ELPA Syncer |
Subject: |
[elpa] externals/standard-themes 7b0d09058e 1/2: Do not underline the gnus-button |
Date: |
Mon, 26 Feb 2024 04:01:41 -0500 (EST) |
branch: externals/standard-themes
commit 7b0d09058e1d987e80b7324c940d9b81f3009ea3
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Do not underline the gnus-button
---
standard-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/standard-themes.el b/standard-themes.el
index 36ad1b9f5f..4c67cd4ede 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1339,7 +1339,7 @@ Optional prefix argument MAPPINGS has the same meaning as
for
`(git-rebase-description ((,c :foreground ,fg-main)))
`(git-rebase-hash ((,c :foreground ,constant)))
;;;; gnus
- `(gnus-button ((,c :inherit button)))
+ `(gnus-button ((,c :inherit button :underline nil)))
`(gnus-cite-1 ((,c :inherit message-cited-text-1)))
`(gnus-cite-2 ((,c :inherit message-cited-text-2)))
`(gnus-cite-3 ((,c :inherit message-cited-text-3)))