emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme 4aa8110 095/118: add flyspell support


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 4aa8110 095/118: add flyspell support
Date: Thu, 21 Oct 2021 18:02:30 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 4aa8110c569a7ae0cf53e93b898af181325f7485
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    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

[Prev in Thread] Current Thread [Next in Thread]