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

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

[nongnu] elpa/moe-theme 4c3e98a922 315/352: aaaaa


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 4c3e98a922 315/352: aaaaa
Date: Fri, 7 Jan 2022 04:00:00 -0500 (EST)

branch: elpa/moe-theme
commit 4c3e98a922b35e8f25b3064ad46ad6944928dad8
Author: onohiroko <azazabc123@gmail.com>
Commit: onohiroko <azazabc123@gmail.com>

    aaaaa
---
 moe-theme.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/moe-theme.el b/moe-theme.el
index 460cce4bce..86c7158489 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -112,11 +112,13 @@
 ;;     (setq calendar-longitude +121)
 
 ;;; Code:
-
 (when load-file-name
   (add-to-list 'custom-theme-load-path
                (file-name-as-directory (file-name-directory load-file-name))))
 
+(require 'moe-light-theme)
+(require 'moe-dark-theme)
+
 ;; ======================================================
 ;; Buffer ID
 ;; ======================================================
@@ -266,7 +268,7 @@ Avoid unnecessary load-theme")
   )
 
 (defun moe-light ()
-  "Load moe-light-theme with your customizations."
+  "Load moe-light-theme with additional customizations"
   (interactive)
   (if moe-theme--need-reload-theme ;Avoid unnecessary flashing screen when 
using random-color
       (progn (load-theme 'moe-light t)
@@ -313,7 +315,7 @@ Avoid unnecessary load-theme")
   (moe-theme--common-setup))
 
 (defun moe-dark ()
-  "Load moe-light-theme with your customizations."
+  "Load moe-light-theme with your additional customization."
   (interactive)
   (if moe-theme--need-reload-theme (load-theme 'moe-dark t))
   (cond ((eq moe-theme-mode-line-color 'blue)



reply via email to

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