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

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

[elpa] externals/taxy-magit-section d6d7ebf869 2/4: Fix: (taxy-magit-sec


From: ELPA Syncer
Subject: [elpa] externals/taxy-magit-section d6d7ebf869 2/4: Fix: (taxy-magit-section-insert) Append heading face
Date: Tue, 29 Mar 2022 11:57:45 -0400 (EDT)

branch: externals/taxy-magit-section
commit d6d7ebf869a3258df24b05e580a9a4f2890208f7
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: (taxy-magit-section-insert) Append heading face
    
    This allows users to add their own faces that override (actually,
    combine with) the default face.
---
 README.org              |  3 ++-
 taxy-magit-section.el   |  2 +-
 taxy-magit-section.info | 12 +++++++-----
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/README.org b/README.org
index 23e737cd5f..802acade6c 100644
--- a/README.org
+++ b/README.org
@@ -34,7 +34,8 @@ This library renders 
[[https://github.com/alphapapa/taxy.el][Taxy]] structs with
 
 ** 0.9.1-pre
 
-Nothing new yet.
+*Fixes*
++  =taxy-magit-section-insert= appends heading faces, so users can override 
(or merge with) the default.
 
 ** 0.9
 
diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index aa3bc4db48..3474d70b88 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -132,7 +132,7 @@ which blank lines are inserted between sections at that 
level."
                    (add-face-text-property
                     0 (length taxy-name)
                     (funcall (taxy-magit-section-heading-face-fn taxy) depth)
-                    nil taxy-name)
+                    t taxy-name)
                    (cl-typecase taxy
                      (taxy-magit-section
                       (when (taxy-magit-section-visibility-fn taxy)
diff --git a/taxy-magit-section.info b/taxy-magit-section.info
index 1a67a81c58..fcc905801f 100644
--- a/taxy-magit-section.info
+++ b/taxy-magit-section.info
@@ -75,7 +75,9 @@ File: README.info,  Node: 091,  Next: 09,  Up: Changelog
 4.1 0.9.1
 =========
 
-Nothing new yet.
+*Fixes*
+   • ‘taxy-magit-section-insert’ appends heading faces, so users can
+     override (or merge with) the default.
 
 
 File: README.info,  Node: 09,  Prev: 091,  Up: Changelog
@@ -121,10 +123,10 @@ Node: Installation902
 Node: COMMENT Usage1273
 Node: Changelog1398
 Node: 0911551
-Node: 091650
-Node: Development1840
-Node: Credits2067
-Node: License2257
+Node: 091759
+Node: Development1949
+Node: Credits2176
+Node: License2366
 
 End Tag Table
 



reply via email to

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