branch: elpa/moe-theme
commit 4c3e98a922b35e8f25b3064ad46ad6944928dad8
Author: onohiroko <[email protected]>
Commit: onohiroko <[email protected]>
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)