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

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

[nongnu] elpa/apropospriate-theme 6e75613 030/118: inherit js2-error fro


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 6e75613 030/118: inherit js2-error from flycheck-error
Date: Thu, 21 Oct 2021 18:02:16 -0400 (EDT)

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

    inherit js2-error from flycheck-error
---
 apropospriate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index d86df1e..416e9a6 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -455,7 +455,7 @@
               (markdown-link-face :foreground ,blue :underline t)
 
               (js2-warning :inherit flycheck-warning)
-              (js2-error :foreground nil :underline ,red)
+              (js2-error :foreground nil :inherit flycheck-error)
               (js2-external-variable :foreground ,orange)
               (js2-function-param :foreground ,indigo)
               (js2-instance-member :foreground ,blue)



reply via email to

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