Commit 53645a9
committed
fix(base): gnus-group-news-low-empty: face inheritance cycle
By default, `gnus-group-news-low` inherits from
`gnus-group-news-low-empty`. doom-themes tries to reverse this by
inheriting `gnus-group-news-low-empty` from `gnu-group-news-low`, but
before latter can be redefined, Emacs 31+ throws an cyclical face
inheritance error, so swap the order that these faces are changed.
Fix: #8751 parent a0ec3c3 commit 53645a9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
678 | 677 | | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
0 commit comments