kuanyui / moe-theme.el

A customizable colorful eye-candy theme for Emacser. Moe, moe, kyun!
GNU General Public License v3.0
752 stars 60 forks source link

Installing moe-theme changes the default font settings for emacs #81

Closed Trevoke closed 7 years ago

Trevoke commented 8 years ago
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(default ((((class color) (min-colors 4096)) (:foreground "#5f5f5f" :background "#fdfde7")) (((class color) (min-colors 256)) (:foreground "#5f5f5f" :background "#fdfde7")) (((class color) (min-colors 89)) (:foreground "#5f5f5f" :background "#fdfde7")))))

This was changed after installing moe-theme.

kuanyui commented 8 years ago

What did you mean?

Trevoke commented 8 years ago

I mean that after I installed moe-theme (through use-package), the custom font settings for the default face for emacs were changed.

On Mon, Oct 3, 2016 at 11:58 AM ono hiroko notifications@github.com wrote:

What did you mean?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kuanyui/moe-theme.el/issues/81#issuecomment-251146203, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEJSSbUPVLg9mWPG2FKxnnUBtH_8N0uks5qwSYGgaJpZM4KMpAY .

thriveth commented 7 years ago

I had the same problem. I cannot use moe-theme for this reason, which is a shame, because I like the design. But it messes up my init file.

Trevoke commented 7 years ago

Oh man, I'd forgotten about this.

@thriveth are you using use-package ? If so, try manually installing moe-theme and removing the use-package line from your init. See if the problem still happens?

kuanyui commented 7 years ago

@Trevoke @thriveth Sorry both, I don't sure if this issue resulted from a workaround for elder version Emacs (I don't encounter the problem you described).

Is this issue still exist now?

Trevoke commented 7 years ago

Okay, I've confirmed that this problem only occurs for me if I'm using use-package to install themes, which is known to have a problem with themes: https://github.com/jwiegley/use-package/issues/351

Sorry for keeping this open so long, the issue is not with your package.