Ho installato il pacchetto tematico solarizzato tramite MELPA. Posso selezionare uno dei due temi solarizzati tramite `personalizza-tema e lo attiva. Quando salvo le impostazioni del tema, aggiunge quanto segue al mio file 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 lancio Emacs non carica il tema ma non ricevo neanche un messaggio di errore. Infatti, l'esecuzione eval-buffer
nel file init.el carica il tema.
.emacs
file nella tua home directory? In tal caso, init-el viene ignorato.