Skip to content

Commit

Permalink
Added flyspell support
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Jun 28, 2016
1 parent 188e354 commit efcd5ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions soria-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
)
)

Expand Down

0 comments on commit efcd5ca

Please sign in to comment.