Instalei o pacote de temas solarizados via MELPA. Eu posso selecionar um dos dois temas solarizados via `customize-theme e ele o ativa. Quando salvo as configurações do tema, ele adiciona o seguinte ao meu arquivo init.el:
(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-dark)))
'(custom-safe-themes
(quote
("8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" 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.
)
Quando inicio o Emacs, ele não carrega o tema, mas também não recebo uma mensagem de erro. De fato, a execução eval-buffer
no arquivo init.el carrega o tema.
.emacs
arquivo em seu diretório pessoal? Nesse caso, o init-el é ignorado.