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

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

[nongnu] elpa/gotham-theme ad830a2d59 020/214: Move around code


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme ad830a2d59 020/214: Move around code
Date: Fri, 7 Jan 2022 17:58:37 -0500 (EST)

branch: elpa/gotham-theme
commit ad830a2d5990fa42f1c8d25b773efd82c8d8af12
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Move around code
---
 gotham-theme.el | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index ada219b70b..41fafff336 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -183,14 +183,6 @@ depending on DISPLAY for keys which are either :foreground 
or
 
    ;; external packages
 
-   ;; enh-ruby-mode
-   (enh-ruby-heredoc-delimiter-face :foreground green :weight bold)
-   (enh-ruby-op-face :foreground magenta)
-   (enh-ruby-regexp-face :foreground green)
-   (enh-ruby-regexp-delimiter-face :foreground green :weight bold)
-   (enh-ruby-string-delimiter-face :foreground green)
-   (erm-syn-errline :foreground red)
-   (erm-syn-warnline :foreground orange)
    ;; ace-jump
 
    (ace-jump-face-foreground :foreground red :background unspecified)
@@ -213,6 +205,16 @@ depending on DISPLAY for keys which are either :foreground 
or
    (font-latex-string-face :inherit font-lock-string-face)
    (font-latex-verbatim-face :inherit font-lock-string-face)
    (font-latex-warning-face :inherit warning)
+
+   ;; enh-ruby-mode
+   (enh-ruby-heredoc-delimiter-face :foreground green :weight bold)
+   (enh-ruby-op-face :foreground magenta)
+   (enh-ruby-regexp-face :foreground green)
+   (enh-ruby-regexp-delimiter-face :foreground green :weight bold)
+   (enh-ruby-string-delimiter-face :foreground green)
+   (erm-syn-errline :foreground red)
+   (erm-syn-warnline :foreground orange)
+
    ;; smartparens
    (sp-show-pair-match-face :inherit show-paren-match)
    (sp-show-pair-mismatch-face :inherit show-paren-mismatch)



reply via email to

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