আমি মেলপা মাধ্যমে সোলারাইজড থিম প্যাকেজ ইনস্টল করেছি। আমি so কাস্টমাইজ-থিমের মাধ্যমে দুটি সোলারাইজড থিমের একটি বেছে নিতে পারি এবং এটি এটিকে সক্রিয় করে। আমি যখন থিম সেটিংস সংরক্ষণ করি তখন এটি আমার 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.
)
আমি যখন ইমাস চালু করি তখন এটি থিমটি লোড করে না তবে আমি ত্রুটি বার্তাটিও পাই না। আসলে eval-buffer
init.el ফাইলটিতে চলমান থিমটি লোড করে।
.emacs
আপনার নিজের ডিরেক্টরি ডিরেক্টরিতে একটি ফাইল আছে? যদি তা হয় তবে init-el উপেক্ষা করা হবে।