Emacsを起動すると
Unable to load color "brightred" Unable to load color "brightblue"
というエラーがMessagesに出ます。
.emacsの以下の部分にbrightred, brightblueという単語があるのですがなぜエラーが出るのか、
どうすればエラーを修正できるのかわかりません。
(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. '(font-lock-builtin-face ((t (:foreground "brightgreen")))) '(font-lock-comment-face ((t (:foreground "brightred")))) '(font-lock-function-name-face ((t (:foreground "color-33")))) '(font-lock-string-face ((t (:foreground "brightmagenta")))) '(minibuffer-prompt ((t (:foreground "brightblue")))))
Emacs 25.2.2をWSL上で使用しています。
問題の解決方法が分かる方がいらっしゃたらよろしくお願いします。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。