[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/spell-fu e94d01cdc8 35/86: Fix for attempting to use wave
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/spell-fu e94d01cdc8 35/86: Fix for attempting to use wave style in the terminal |
Date: |
Thu, 7 Jul 2022 12:03:41 -0400 (EDT) |
branch: elpa/spell-fu
commit e94d01cdc822e02968971cde09276047a5d55772
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>
Fix for attempting to use wave style in the terminal
---
spell-fu.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/spell-fu.el b/spell-fu.el
index 39ffc4729e..2732348206 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -77,7 +77,9 @@ Set to 0.0 to highlight immediately (as part of syntax
highlighting)."
:type 'float)
(defface spell-fu-incorrect-face
- '((t (:underline (:color "red" :style wave))))
+ '
+ ((((supports :underline (:style wave))) :underline (:style wave :color
"red"))
+ (t :underline t :inherit error))
"Face for incorrect spelling."
:group 'spell-fu)
- [nongnu] elpa/spell-fu 9587fa4b99 17/86: Add missing args (quiet checkdoc warnings), (continued)
- [nongnu] elpa/spell-fu 9587fa4b99 17/86: Add missing args (quiet checkdoc warnings), ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 484b6bdf04 53/86: Fix disabling spell-fu-mode stopping the idle timer in other buffers, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 3230ff96f1 65/86: Cleanup: modified word ordering, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 96f72c35b1 38/86: Update spell-fu.el, correct package url., ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu ac9c1581c8 45/86: readme: move details into top level section, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 646f40ba06 54/86: Cleanup: use 'when' instead of 'if', ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu d4e3deedee 56/86: Have a better excludes list for org-mode. In particular `org-src`., ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 4e7ad5c5ef 61/86: Cleanup: docstrings, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu a17b2f90ae 70/86: Re-order definitions, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu e7cfe54d4e 75/86: changelog: note that multiple dictionaries are now supported, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu e94d01cdc8 35/86: Fix for attempting to use wave style in the terminal,
ELPA Syncer <=
- [nongnu] elpa/spell-fu 8185467b24 82/86: Cleanup: remove redundant 'format', ELPA Syncer, 2022/07/07