branch: elpa/apropospriate-theme
commit 6e756134bdcd6d5b40553723cbcd9e72ed042a7c
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
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)