He instalado el paquete de tema solarizado a través de MELPA. Puedo seleccionar uno de los dos temas solarizados a través de `personalizar-tema y lo activa. Cuando guardo la configuración del tema, agrega lo siguiente a mi archivo 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.
)
Cuando inicio Emacs, no carga el tema pero tampoco recibo un mensaje de error. De hecho, ejecutar eval-buffer
el archivo init.el carga el tema.
.emacs
archivo en su directorio de inicio? Si es así, se ignora init-el.