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

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

[nongnu] elpa/moe-theme f63de733c6 157/352: Move defvar backward to avoi


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme f63de733c6 157/352: Move defvar backward to avoid some problem.
Date: Fri, 7 Jan 2022 03:59:16 -0500 (EST)

branch: elpa/moe-theme
commit f63de733c6a539f412d2d318a8e48513e896aac3
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Move defvar backward to avoid some problem.
---
 moe-theme.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/moe-theme.el b/moe-theme.el
index b34bd74e72..29d16a2d6c 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -193,6 +193,14 @@ If the vaule is nil, all the outlines will be the same 
size.")
 set this to nil temporarily: (let (moe-theme-revert-theme) ...)
 DO NOT CHANGE ITS VALUE.")
 
+(defvar moe-theme-powerline-enable-p nil
+  "A variable indicate if `powerline-moe-theme' has been run.
+If you want to use powerline powered by moe-theme, please run
+`powerline-moe-theme', or `moe-theme-select-color' may act
+incorrectly.
+
+Don't setq this manually.")
+
 (defun moe-theme-resize-font-size ()
   (when (and (listp moe-theme-resize-markdown-title)
              (not (null moe-theme-resize-markdown-title))
@@ -356,14 +364,6 @@ DO NOT CHANGE ITS VALUE.")
 
 ;; Powerline
 
-(defvar moe-theme-powerline-enable-p nil
-  "A variable indicate if `powerline-moe-theme' has been run.
-If you want to use powerline powered by moe-theme, please run
-`powerline-moe-theme', or `moe-theme-select-color' may act
-incorrectly.
-
-Don't setq this manually.")
-
 (defun moe-theme-select-color ()
   "Select the color of mode-line you like. (Notice: we support Powerline :D)
 You may also like `moe-theme-random-color'"



reply via email to

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