Я встановив соляризований пакет тем через MELPA. Я можу вибрати одну з двох соляризованих тем за допомогою `customize-theme і вона активує її. Коли я зберігаю налаштування теми, він додає у мій файл 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.
)
Коли я запускаю Emacs, вона не завантажує тему, але я також не отримую повідомлення про помилку. Насправді біг eval-buffer
у файлі init.el завантажує тему.
.emacs
файл у вашому домашньому каталозі? Якщо так, init-el ігнорується.