diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-28 08:51:22 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-28 08:51:22 +0200 |
| commit | efcd5ca9a870cf96f2061d71be381250f75d7954 (patch) | |
| tree | 413c1565bc8d1f0c444c72616384108e316a25d2 /soria-theme.el | |
| parent | 188e354c488ce9018fa6305f76562cf98cc9f182 (diff) | |
| download | soria-efcd5ca9a870cf96f2061d71be381250f75d7954.tar.gz soria-efcd5ca9a870cf96f2061d71be381250f75d7954.zip | |
Added flyspell support
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
| -rw-r--r-- | soria-theme.el | 10 |
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)))) ) ) |
