Add support for jinx

A new package by Daniel Mendler : <https://github.com/minad/jinx>.
This commit is contained in:
Tomasz Hołubowicz 2023-03-27 18:12:59 +02:00
parent 038295f72c
commit 128acb1664
3 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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)))