branch: elpa/apropospriate-theme
commit c1088e51a0e678930bf147c46faa9c9ec59a6035
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add enh-ruby-mode error/warning line faces
---
apropospriate.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/apropospriate.el b/apropospriate.el
index e659c47..e0d5f29 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -343,6 +343,8 @@ Set to `1.0' or nil to prevent font size manipulation."
`(undo-tree-visualizer-current-face ((,class (:foreground ,green :weight
bold))))
`(undo-tree-visualizer-active-branch-face ((,class (:foreground ,red))))
`(undo-tree-visualizer-register-face ((,class (:foreground ,yellow))))
+ `(erm-syn-errline ((,class (:box nil :underline (:style wave :color
,red)))))
+ `(erm-syn-warnline ((,class (:box nil :underline (:style wave :color
,orange)))))
`(dired-directory ((,class (:inherit ido-subdir))))
`(dired-header ((,class (:inherit header-line))))
`(diredp-compressed-file-suffix ((,class (:foreground ,blue))))