mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add support for jinx
A new package by Daniel Mendler : <https://github.com/minad/jinx>.
This commit is contained in:
parent
038295f72c
commit
128acb1664
|
|
@ -3829,6 +3829,7 @@ have lots of extensions, so the “full support” may not be 100% true…
|
|||
• ivy-posframe
|
||||
• jira (org-jira)
|
||||
• jit-spell [Part of 4.2.0-dev]
|
||||
• jinx [Part of 4.2.0-dev]
|
||||
• journalctl-mode
|
||||
• js2-mode
|
||||
• julia
|
||||
|
|
|
|||
|
|
@ -3735,6 +3735,7 @@ have lots of extensions, so the "full support" may not be 100% true…
|
|||
+ ivy-posframe
|
||||
+ jira (org-jira)
|
||||
+ jit-spell [Part of {{{development-version}}}]
|
||||
+ jinx [Part of {{{development-version}}}]
|
||||
+ journalctl-mode
|
||||
+ js2-mode
|
||||
+ julia
|
||||
|
|
|
|||
|
|
@ -2660,6 +2660,8 @@ FG and BG are the main colors."
|
|||
`(jiralib-link-project-face ((,c :underline t)))
|
||||
;;;;; jit-spell
|
||||
`(jit-spell-misspelling ((,c :inherit modus-themes-lang-error)))
|
||||
;;;;; jinx
|
||||
`(jinx-misspelled ((,c :inherit modus-themes-lang-error)))
|
||||
;;;;; journalctl-mode
|
||||
`(journalctl-error-face ((,c :inherit error)))
|
||||
`(journalctl-finished-face ((,c :inherit success)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue