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

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

[elpa] externals/ef-themes dfbad80de9 2/2: Add support for jit-spell


From: ELPA Syncer
Subject: [elpa] externals/ef-themes dfbad80de9 2/2: Add support for jit-spell
Date: Wed, 8 Mar 2023 00:58:19 -0500 (EST)

branch: externals/ef-themes
commit dfbad80de94bc75927726b208453ff5bf132590d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for jit-spell
    
    A new package by Augusto Stoffel: <https://github.com/astoff/jit-spell>.
---
 README.org   | 1 +
 ef-themes.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.org b/README.org
index cb26a2b0eb..17997ff8ef 100644
--- a/README.org
+++ b/README.org
@@ -1214,6 +1214,7 @@ everything most users need.
 - image-dired
 - info
 - isearch, occur, query-replace
+- jit-spell [Part of {{{development-version}}}]
 - keycast
 - lin
 - line numbers (~display-line-numbers-mode~ and global variant)
diff --git a/ef-themes.el b/ef-themes.el
index 890825504f..ac3687c11e 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1423,6 +1423,8 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(lazy-highlight ((,c :background ,bg-blue :foreground ,fg-intense)))
     `(match ((,c :background ,bg-warning)))
     `(query-replace ((,c :background ,bg-red :foreground ,fg-intense)))
+;;;; jit-spell
+    `(jit-spell-misspelling ((,c :inherit ef-themes-underline-error)))
 ;;;; keycast
     `(keycast-command ((,c :inherit bold)))
     `(keycast-key ((,c :inherit bold :background ,bg-hover :foreground 
,fg-intense :box (:line-width -1 :color ,fg-dim))))



reply via email to

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