branch: externals/modus-themes
commit b2e6d78d5fbcf345ccb3cd8d24e1d02edfb01c46
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove support for enh-ruby-mode (enhanced-ruby-mode)
I expect everyone to be using LSP by now.
---
modus-themes.el | 8 --------
1 file changed, 8 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index f6b949368d..da86334d2f 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5250,14 +5250,6 @@ FG and BG are the main colors."
`(emms-playlist-selected-face ((,c :inherit bold :foreground ,constant)))
`(emms-metaplaylist-mode-current-face ((,c :inherit
emms-playlist-selected-face)))
`(emms-metaplaylist-mode-face ((,c :foreground ,variable)))
-;;;;; enh-ruby-mode (enhanced-ruby-mode)
- `(enh-ruby-heredoc-delimiter-face ((,c :inherit font-lock-constant-face)))
- `(enh-ruby-op-face ((,c :foreground ,fg-main)))
- `(enh-ruby-regexp-delimiter-face ((,c :inherit
font-lock-regexp-grouping-construct)))
- `(enh-ruby-regexp-face ((,c :inherit font-lock-string-face)))
- `(enh-ruby-string-delimiter-face ((,c :inherit font-lock-string-face)))
- `(erm-syn-errline ((,c :inherit modus-themes-lang-error)))
- `(erm-syn-warnline ((,c :inherit modus-themes-lang-warning)))
;;;;; epa
`(epa-field-body (( )))
`(epa-field-name ((,c :inherit bold :foreground ,fg-dim)))