Saya telah menginstal paket tema yang dilarutkan melalui MELPA. Saya dapat memilih salah satu dari dua tema yang dilarutkan melalui `customize-theme dan mengaktifkannya. Ketika saya menyimpan pengaturan tema itu menambahkan berikut ini ke file init.el saya:
(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.
)
Ketika saya meluncurkan Emacs itu tidak memuat tema tetapi saya tidak mendapatkan pesan kesalahan juga. Sebenarnya berjalan eval-buffer
di file init.el memuat tema.
.emacs
file di direktori home Anda? Jika demikian, init-el diabaikan.