branch: elpa/apropospriate-theme
commit 4aa8110c569a7ae0cf53e93b898af181325f7485
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    add flyspell support
---
 README.md        | 3 +++
 apropospriate.el | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/README.md b/README.md
index d3578fc..26f52b9 100644
--- a/README.md
+++ b/README.md
@@ -98,3 +98,6 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Lsp-mode
 * Lsp-UI-mode
 * Grizzl
+* Hi-Lock
+* Flyspell
+* Display Numbers Line Mode
diff --git a/apropospriate.el b/apropospriate.el
index ae910ff..29fb7d6 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -616,6 +616,8 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(neo-file-link-face ((,class (:foreground ,base03))))
      `(neo-root-dir-face ((,class (:foreground ,base02))))
      `(org-ellipsis ((,class (:inherit font-lock-keyword-face))))
+     `(flyspell-incorrect ((,class (:underline (:style wave :color ,red)))))
+     `(flyspell-duplicate ((,class (:underline (:style wave :color ,orange)))))
      `(org-level-1 ((,class (:inherit header-line :height ,(if 
apropospriate-org-level-resizing 1.3 1.0)))))
      `(org-level-2 ((,class (:inherit header-line :height ,(if 
apropospriate-org-level-resizing 1.2 1.0)))))
      `(org-level-3 ((,class (:inherit header-line :height ,(if 
apropospriate-org-level-resizing 1.1 1.0)))))

Reply via email to