Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't enable theme with customize #168

Open
nolyn opened this issue Aug 16, 2015 · 1 comment
Open

Can't enable theme with customize #168

nolyn opened this issue Aug 16, 2015 · 1 comment

Comments

@nolyn
Copy link

nolyn commented Aug 16, 2015

Hi,

I'm using GNU Emacs 24.5.1.
I had problems setting the theme up. So I moved my .emacs to a backup location and started with a clean .emacs. I then use M-x customize-themes, select solarized and save the settings. After selecting solarized I can already see the theme working in my emacs.
Customize produces the following .emacc:

(custom-set-variables
 ;; custom-set-variables 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.
 '(custom-enabled-themes (quote (solarized)))
 '(custom-safe-themes
   (quote
    ("8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" default))))
(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.
 )

When I start a new emacs I don't see any changes. First of all I haven't seen .emacc instead of .emacs so far. It's not mentioned at emacswiki either. I tried copying the .emacc file to .emacs but I also didn't have any effect.

@azzamsa
Copy link

azzamsa commented Mar 25, 2017

Sir @nolyn

have you tried emacs --debug-init ? and see the resulting erors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants