branch: externals/modus-themes commit e1efd2dd9528ca8bbbeff2b49f494aed695d6ca6 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for built-in abbrev-table-name (Emacs 29) --- doc/modus-themes.info | 83 ++++++++++++++++++++++++++------------------------- doc/modus-themes.org | 1 + modus-themes.el | 1 + 3 files changed, 44 insertions(+), 41 deletions(-) diff --git a/doc/modus-themes.info b/doc/modus-themes.info index 195503629d..bb7a8df0bb 100644 --- a/doc/modus-themes.info +++ b/doc/modus-themes.info @@ -4362,6 +4362,7 @@ project. The idea is to offer an overview of the known status of all affected face groups. The items with an appended asterisk ‘*’ tend to have lots of extensions, so the “full support” may not be 100% true… + • abbrev [ Part of 4.7.0-dev. ] • ace-window • agda2-mode • all-the-icons @@ -6718,47 +6719,47 @@ Node: DIY Use a hook at the post-load-theme phase186462 Node: DIY A theme-agnostic hook for theme loading188578 Node: Face coverage191209 Node: Supported packages191661 -Node: Indirectly covered packages197528 -Node: Notes on individual packages198884 -Node: Note on calendarel weekday and weekend colors199984 -Node: Note on git-gutter in Doom Emacs201132 -Node: Note on php-mode multiline comments203632 -Node: Note on underlines in compilation buffers204392 -Node: Note on inline Latex in Org buffers205264 -Node: Note on dimmerel205874 -Node: Note on display-fill-column-indicator-mode207359 -Node: Note on highlight-parenthesesel208812 -Node: Note on mmm-modeel background colors214893 -Node: Note for prism217247 -Node: Note on company-mode overlay pop-up220469 -Ref: Note on company-mode overlay pop-up-Footnote-1221199 -Ref: Note on company-mode overlay pop-up-Footnote-2221266 -Node: Note on ERC escaped color sequences221321 -Ref: Note on ERC escaped color sequences-Footnote-1222749 -Node: Note on powerline or spaceline222859 -Node: Note on SHR colors223273 -Node: Note on SHR fonts223697 -Node: Note on Ement colors and fonts224384 -Node: Note on pdf-tools link hints225894 -Node: Note on the Notmuch logo228354 -Node: Note on goto-address-mode faces228892 -Node: Frequently Asked Questions230010 -Node: Is the contrast ratio about adjacent colors?230643 -Node: What does it mean to avoid exaggerations?232152 -Node: Why are colors mostly variants of blue magenta cyan?234004 -Node: What is the best setup for legibility?238338 -Node: Are these color schemes?240986 -Node: Port the Modus themes to other platforms?244670 -Node: Contributing247516 -Node: Sources of the themes247915 -Node: Issues you can help with248811 -Node: Patches require copyright assignment to the FSF250204 -Node: Acknowledgements252426 -Node: GNU Free Documentation License256747 -Node: Indices282111 -Node: Function index282290 -Node: Variable index283886 -Node: Concept index287386 +Node: Indirectly covered packages197566 +Node: Notes on individual packages198922 +Node: Note on calendarel weekday and weekend colors200022 +Node: Note on git-gutter in Doom Emacs201170 +Node: Note on php-mode multiline comments203670 +Node: Note on underlines in compilation buffers204430 +Node: Note on inline Latex in Org buffers205302 +Node: Note on dimmerel205912 +Node: Note on display-fill-column-indicator-mode207397 +Node: Note on highlight-parenthesesel208850 +Node: Note on mmm-modeel background colors214931 +Node: Note for prism217285 +Node: Note on company-mode overlay pop-up220507 +Ref: Note on company-mode overlay pop-up-Footnote-1221237 +Ref: Note on company-mode overlay pop-up-Footnote-2221304 +Node: Note on ERC escaped color sequences221359 +Ref: Note on ERC escaped color sequences-Footnote-1222787 +Node: Note on powerline or spaceline222897 +Node: Note on SHR colors223311 +Node: Note on SHR fonts223735 +Node: Note on Ement colors and fonts224422 +Node: Note on pdf-tools link hints225932 +Node: Note on the Notmuch logo228392 +Node: Note on goto-address-mode faces228930 +Node: Frequently Asked Questions230048 +Node: Is the contrast ratio about adjacent colors?230681 +Node: What does it mean to avoid exaggerations?232190 +Node: Why are colors mostly variants of blue magenta cyan?234042 +Node: What is the best setup for legibility?238376 +Node: Are these color schemes?241024 +Node: Port the Modus themes to other platforms?244708 +Node: Contributing247554 +Node: Sources of the themes247953 +Node: Issues you can help with248849 +Node: Patches require copyright assignment to the FSF250242 +Node: Acknowledgements252464 +Node: GNU Free Documentation License256785 +Node: Indices282149 +Node: Function index282328 +Node: Variable index283924 +Node: Concept index287424 End Tag Table diff --git a/doc/modus-themes.org b/doc/modus-themes.org index 89d7b49281..62df448c60 100644 --- a/doc/modus-themes.org +++ b/doc/modus-themes.org @@ -4206,6 +4206,7 @@ project. The idea is to offer an overview of the known status of all affected face groups. The items with an appended asterisk =*= tend to have lots of extensions, so the "full support" may not be 100% true… ++ abbrev [ Part of {{{development-version}}}. ] + ace-window + agda2-mode + all-the-icons diff --git a/modus-themes.el b/modus-themes.el index 0e251d8ab1..b9f46662b6 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -1672,6 +1672,7 @@ FG and BG are the main colors." `(tool-bar ((,c :background ,bg-dim :foreground ,fg-main))) `(vertical-border ((,c :foreground ,border))) ;;;;; basic and/or ungrouped styles + `(abbrev-table-name ((,c :inherit bold))) `(appt-notification ((,c :inherit bold :foreground ,modeline-err))) `(blink-matching-paren-offscreen ((,c :background ,bg-paren-match))) `(bold ((,c :weight bold)))