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은 무시됩니다.