Tôi đã cài đặt gói chủ đề năng lượng mặt trời thông qua MELPA. Tôi có thể chọn một trong hai chủ đề được năng lượng hóa thông qua `tùy chỉnh chủ đề và nó kích hoạt nó. Khi tôi lưu cài đặt chủ đề, nó sẽ thêm phần sau vào tệp init.el của tôi:
(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.
)
Khi tôi khởi chạy Emacs, nó không tải chủ đề nhưng tôi cũng không nhận được thông báo lỗi. Trong thực tế chạy eval-buffer
trong tệp init.el tải chủ đề.
.emacs
tập tin trong thư mục nhà của bạn? Nếu vậy, init-el bị bỏ qua.