aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-06-28 08:51:22 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-06-28 08:51:22 +0200
commitefcd5ca9a870cf96f2061d71be381250f75d7954 (patch)
tree413c1565bc8d1f0c444c72616384108e316a25d2
parent188e354c488ce9018fa6305f76562cf98cc9f182 (diff)
downloadsoria-efcd5ca9a870cf96f2061d71be381250f75d7954.tar.gz
soria-efcd5ca9a870cf96f2061d71be381250f75d7954.zip
Added flyspell support
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--soria-theme.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el
index 9c00435..093d530 100644
--- a/soria-theme.el
+++ b/soria-theme.el
@@ -378,6 +378,16 @@ The theme has to be reloaded after changing anything in this group."
`(flycheck-fringe-info
((,(append '((supports :underline (:style wave))) class)
(:underline (:style wave :color ,soria-blue) :inherit unspecified))))
+ ;;
+ ;; Flyspell
+
+ `(flyspell-duplicate
+ ((,(append '((supports :underline (:style wave))) class)
+ (:underline (:style wave :color ,soria-orange) :inherit unspecified))))
+
+ `(flyspell-incorrect
+ ((,(append '((supports :underline (:style wave))) class)
+ (:underline (:style wave :color ,soria-redpastel) :inherit unspecified))))
)
)