मैंने MELPA के माध्यम से सोलराइज़्ड थीम पैकेज स्थापित किया है। मैं `कस्टमाइज़-थीम 'के माध्यम से दो सोलराइज़्ड थीम में से एक का चयन कर सकता हूं और यह इसे सक्रिय करता है। जब मैं थीम सेटिंग्स को सहेजता हूं तो यह मेरी 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 को नजरअंदाज कर दिया जाता है।