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

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

[nongnu] elpa/moe-theme 3abae5873d 243/352: Fix syntax errors - custom-t


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 3abae5873d 243/352: Fix syntax errors - custom-theme-set-variables must be inside let
Date: Fri, 7 Jan 2022 03:59:28 -0500 (EST)

branch: elpa/moe-theme
commit 3abae5873d13406a545a92f57af2a11a3fc970b0
Author: Svyatoslav Bulbakha <mail@ssbb.me>
Commit: Svyatoslav Bulbakha <mail@ssbb.me>

    Fix syntax errors - custom-theme-set-variables must be inside let
---
 moe-dark-theme.el  | 1 -
 moe-light-theme.el | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 1d382b1638..af059af9e2 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -777,7 +777,6 @@ Moe, moe, kyun!")
    `(hydra-face-red ((,class (:foreground ,red-0))))
    `(hydra-face-blue ((,class (:foreground ,blue-1))))
    `(hydra-face-amaranth ((,class (:foreground ,magenta-2)))))
-  )
 
   (custom-theme-set-variables
    'moe-dark
diff --git a/moe-light-theme.el b/moe-light-theme.el
index fd2e3ea711..5610760d15 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -780,7 +780,7 @@ Moe, moe, kyun!")
    ;; Hydra
    `(hydra-face-red ((,class (:foreground ,red-2))))
    `(hydra-face-blue ((,class (:foreground ,blue-2))))
-   `(hydra-face-amaranth ((,class (:foreground ,magenta-2))))))
+   `(hydra-face-amaranth ((,class (:foreground ,magenta-2)))))
 
   (custom-theme-set-variables
    'moe-light



reply via email to

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