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

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

[nongnu] elpa/moe-theme a259f254d3 328/352: Remove the damning long comm


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme a259f254d3 328/352: Remove the damning long commentary in moe-theme.el
Date: Fri, 7 Jan 2022 04:00:02 -0500 (EST)

branch: elpa/moe-theme
commit a259f254d31a0d70adac6a2f8740fc828df5dcc0
Author: ono hiroko <azazabc123@gmail.com>
Commit: ono hiroko <azazabc123@gmail.com>

    Remove the damning long commentary in moe-theme.el
---
 moe-theme.el | 91 ------------------------------------------------------------
 1 file changed, 91 deletions(-)

diff --git a/moe-theme.el b/moe-theme.el
index 7047ee7251..f4d22856f1 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -17,97 +17,6 @@
 ;;
 ;;     https://github.com/kuanyui/moe-theme.el
 ;;
-;;
-;; = Requirements 
==============================================================
-;;
-;;   - Emacs 24 (or above)
-;;   - 256 colors terminal (or higher)
-;;
-;; = Usage 
=====================================================================
-;;   If you install this package manually, add this first:
-;;
-;;      (add-to-list 'custom-theme-load-path "~/path/to/moe-theme")
-;;      (add-to-list 'load-path "~/path/to/moe-theme")
-;;
-;;   Add you to your configuration:
-;;
-;;      (require 'moe-theme)
-;;      (moe-dark)  ;; or (moe-light)
-;;
-;;
-;; = Customizations 
============================================================
-;;
-;;    It's impossible to satisfy everyone with one theme, so `moe-theme` 
provide
-;;    some customizations that you may like.
-;;
-;;    ### Resize Titles 
########################################################
-;;
-;;    You may want to resize the titles in `markdown-mode', `org-mode', or
-;;    `rst-mode':
-;;
-;;      (setq moe-theme-resize-title-markdown '(2.0 1.7 1.5 1.3 1.0 1.0))
-;;      (setq moe-theme-resize-title-org '(2.2 1.8 1.6 1.4 1.2 1.0 1.0 1.0 
1.0))
-;;      (setq moe-theme-resize-title-rst '(2.0 1.7 1.5 1.3 1.1 1.0))
-;;
-;;    Markdown should have 6 items; org has 9 items; rst has 6 items.
-;;
-;;    The values should be lists. Larger the values, larger the fonts.
-;;    If you don't like this, just leave them nil, and all the titles will be
-;;    the same size.
-;;
-;;    ### Colorful Mode-line and Powerline 
#####################################
-;;
-;;    Set mode-line color like this:
-;;
-;;      (setq moe-theme-mode-line-color 'orange)
-;;
-;;    Available colors: blue, orange, magenta, yellow, purple, red, cyan, w/b.
-;;
-;;    You can use `moe-theme-select-color' to change color interactively.
-;;
-;;    Use `moe-theme-random-color', which gives you a random mood.
-;;
-;;    ### Powerline 
############################################################
-;;
-;;    moe-theme provide colorized Powerline 
(https://github.com/milkypostman/powerline),
-;;    Install powerline then run `powerline-moe-theme'.
-
-;; = Auto Switching 
============================================================
-;;
-;;   I prefer a terminal with a black-on-white color scheme. I found that in 
the
-;; daytime, sunlight is strong and black-on-white is more readable; However,
-;; white-on-black would be less harsh to the eyes at night.
-
-;;   So if you like, you can add the following line to your ~/.emacs to
-;; automatically switch between moe-dark and moe-light according to the system
-;; time:
-;;
-;;    (require 'moe-theme-switcher)
-;;
-;;   By adding the line above, your Emacs will have a light theme in the day
-;;  and a dark one at night. =w=+
-;;
-;;
-;; # Live in Antarctica? 
#######################################################
-;;
-;;   Daytime is longer in summer but shorter in winter; or you live in a high
-;; latitude region which midnight-sun or polar-night may occur such as Finland
-;; or Antarctica?
-;;
-;;   There's a variable `moe-theme-switch-by-sunrise-and-sunset` would solve
-;; your problem (default value is `t`)
-;;
-;;   If this value is `nil`, `moe-theme-switcher` will switch theme at fixed
-;; time (06:00 and 18:00).
-;;
-;;   If this value is `t` and both `calendar-latitude` and `calendar-longitude`
-;; are set properly, the switching will be triggered at the sunrise and sunset
-;; time of the local calendar.
-;;
-;;   Take "Keelung, Taiwan" (25N,121E) for example, you can set like this:
-;;
-;;     (setq calendar-latitude +25)
-;;     (setq calendar-longitude +121)
 
 ;;; Code:
 (when load-file-name



reply via email to

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