kuanyui / moe-theme.el

A customizable colorful eye-candy theme for Emacser. Moe, moe, kyun!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moe Theme Switcher has disappeared!

pegzmasta opened this issue · comments

I still use moe-theme-switcher.el in my init file. Can you add it back into the repository?

Thanks!

Please disable it by default, we install it not means we will activate it
instantly, there is a package
circadian did theme switch for
any themes.

This should not enabled by default. I don't sure what you are talking about.

The moe-theme-switcher is automatically activated yesterday, theoretically
there is not way to activate it, except load it manually.

I have not modified this project for quite a long time and doesn't encounter this issue, If occurs, it may be the changes of package.el or the setting of your package manager. I really don't know how to fix this.

I have figured out why the moe-theme-switcher automatically activated:

1, Press "C-h v" to describe-variable

2, Input "switch-"

3, Then the completion framework(I use mct) trigger the auto load of moe-theme-switcher

And the moe-timer is setup to switch theme automatically.

~.emacs.d/elpa/moe-theme-20220111.1220/moe-theme-autoloads.el

This is the generated autoloads relate to moe-theme-switcher:

;;;***

;;;### (autoloads nil "moe-theme-switcher" "moe-theme-switcher.el"
;;;;;;  (0 0 0 0))
;;; Generated autoloads from moe-theme-switcher.el

(register-definition-prefixes "moe-theme-switcher" '("convert-time-format-of-sunrise-and-sunset" "get-sunrise-sunset-string" "moe-" "switch-"))

That seems the reason is MELPA/ELPA's mechanism, and I'm really not familiar to it... (since long long time ago...). Sorry. If you know how to fix this (or try to fix this), please consider to open a PR.