From efcd5ca9a870cf96f2061d71be381250f75d7954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Sabat=C3=A9=20Sol=C3=A0?= Date: Tue, 28 Jun 2016 08:51:22 +0200 Subject: [PATCH] Added flyspell support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)))) ) )