emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes c6f113e 141/269: Note about widget buttons in


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes c6f113e 141/269: Note about widget buttons in gnus articles
Date: Thu, 21 Oct 2021 17:59:06 -0400 (EDT)

branch: elpa/alect-themes
commit c6f113e2d88cc441995e2265c197226b701c1809
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Note about widget buttons in gnus articles
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index e444217..01962a6 100644
--- a/README.md
+++ b/README.md
@@ -221,6 +221,18 @@ alect-theme):
 in Custom buffer (`M-x customize-face RET <any-face>`) to see how
 integers and floats are treated.
 
+There are other settings that may affect a visual appearance.  For
+example GNUS uses widgets in article buffers.  And `widget-button` face
+looks like a real button in `alect-themes`.  I find such buttons not
+very attractive in articles but I also don't want to modify
+`widget-button` face, so I use the following to get rid of button faces
+only in GNUS articles:
+
+```lisp
+(add-hook 'gnus-article-mode-hook
+          (lambda () (setq-local widget-button-face nil)))
+```
+
 ### Emacs 24.3.1 and earlier
 
 While using **any** theme (not only from this package), you may meet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]